Searched defs:it (Results 1 – 10 of 10) sorted by relevance
121 auto it = ranges_.cbegin(); in Split() local262 for (auto it = temp.cbegin() + 1; it != temp.cend(); it++) { in Insert() local
129 for (auto it = tokens.begin() + 1; it != tokens.end(); it++) { in get_args() local147 for (auto it = tokens.begin(); it != tokens.end(); it++) { in get_args() local
228 if (auto it = props_map->find(key); it != props_map->end() && it->second != value) { in GetBuildProps() local
331 auto it = op_map.find(op); in UpdateDynamicPartitions() local
323 for (auto it = locs.crbegin(); it != locs.crend(); it++) { in MoveRange() local
969 for (auto it = locs.crbegin(); it != locs.crend(); it++) { in MoveRange() local
239 for (auto it = rs.crbegin(); it != rs.crend(); it++) { in TEST() local
259 for (auto it = ++args.cbegin(); it != args.cend(); ++it) { in SetUp() local
372 let mut it = res.iter(); in parse() localVariable1593 let mut it = zbi_container.iter(); in zbi_test_container_parse() localVariable1922 let mut it = container_check.iter(); in zbi_test_container_extend_new() localVariable2061 let mut it = expected_items.iter(); in check_container_made_of() localVariable2198 let mut it = container.iter(); in zbi_test_container_new_entry_iterate() localVariable
116 const auto& it = metadata.find(key); in get_value() local