| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | array.c | 477 RepeatedFieldIter *iter; in RepeatedFieldIter_make() local
|
| H A D | map.c | 458 MapFieldIter *iter; in MapFieldIter_make() local
|
| /third_party/python/Objects/ |
| H A D | iterobject.c | 106 PyObject *iter = _PyEval_GetBuiltin(&_Py_ID(iter)); in iter_reduce() local 250 PyObject *iter = _PyEval_GetBuiltin(&_Py_ID(iter)); in calliter_reduce() local
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | extension_dict.cc | 111 ExtensionIterator* iter = reinterpret_cast<ExtensionIterator*>(obj.get()); in GetIter() local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map_field.cc | 194 Map<MapKey, MapValueRef>::const_iterator iter = map.find(map_key); in ContainsMapKey() local 235 Map<MapKey, MapValueRef>::iterator iter = map->find(map_key); InsertOrLookupMapValue() local 250 Map<MapKey, MapValueRef>::iterator iter = map_.find(map_key); DeleteMapValue() local 275 Map<MapKey, MapValueRef>::const_iterator iter = SetMapIteratorValue() local 291 Map<MapKey, MapValueRef>::iterator iter = map->find(other_it->first); MergeFrom() local 493 Map<MapKey, MapValueRef>::iterator iter = map->find(map_key); SyncMapWithRepeatedFieldNoLock() local [all...] |
| /third_party/rust/crates/cxx/syntax/ |
| H A D | parse.rs | 1050 let mut iter = ty.clone().into_iter(); in parse_impl() variables
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | btree_benchmark.cc | 378 auto iter = container.end(); in BM_FwdIter() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| H A D | graphcycles_test.cc | 45 auto iter = id.find(num); in Get() local
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | GraphicsPipelineDesc.h | 58 Iter(const Iter& iter) : fCurr(iter.fCurr), fRemaining(iter.fRemaining) {} in Iter() argument 59 Iter& operator= (const Iter& iter) { in operator =() argument
|
| /third_party/skia/include/private/ |
| H A D | SkTDArray.h | 284 T* iter in deleteAll() local 294 T* iter = fArray; freeAll() local 304 T* iter = fArray; unrefAll() local 314 T* iter = fArray; safeUnrefAll() local [all...] |
| /third_party/rust/crates/proc-macro2/tests/ |
| H A D | test.rs | 266 let mut iter = tokens.into_iter(); in literal_iter_negative() variables
|
| /third_party/rust/crates/rustix/src/backend/libc/io/ |
| H A D | epoll.rs | 393 pub fn iter(&self) -> Iter<'_, Context> { in iter() functions
|
| /third_party/rust/crates/serde/serde/src/ser/ |
| H A D | mod.rs | 1276 let mut iter = iter.into_iter(); in collect_seq() variables 1314 let mut iter = iter in collect_map() variables [all...] |
| /third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
| H A D | epoll.rs | 375 pub fn iter(&self) -> Iter<'_, Context> { in iter() functions
|
| /third_party/rust/crates/regex/src/ |
| H A D | re_trait.rs | 33 pub fn iter(&self) -> SubCapturesPosIter<'_> { in iter() functions
|
| /third_party/rust/crates/regex/regex-syntax/src/hir/ |
| H A D | interval.rs | 63 pub fn iter(&self) -> IntervalSetIter<'_, I> { in iter() functions
|
| /third_party/rust/crates/syn/src/ |
| H A D | data.rs | 66 pub fn iter(&self) -> punctuated::Iter<Field> { in iter() functions
|
| /third_party/rust/crates/nix/src/ |
| H A D | dir.rs | 76 pub fn iter(&mut self) -> Iter { in iter() functions
|
| /third_party/rust/crates/os_str_bytes/src/ |
| H A D | lib.rs | 260 pub mod iter; modules
|
| /third_party/spirv-tools/source/opt/ |
| H A D | basic_block.cpp | 53 auto iter = ctail(); in GetMergeInst() local 68 auto iter = tail(); in GetMergeInst() local 237 SplitBasicBlock(IRContext* context, uint32_t label_id, iterator iter) SplitBasicBlock() argument [all...] |
| H A D | cfg.cpp | 230 auto iter = bb->begin(); in SplitLoopHeader() local
|
| H A D | const_folding_rules.cpp | 204 auto iter = context->types_values_end(); in FoldInsertWithConstants() local
|
| H A D | def_use_manager.cpp | 24 auto iter = id_to_def_.find(def_id); in AnalyzeInstDef() local 77 auto iter = id_to_def_.find(def_id); in UpdateDefUse() local 86 auto iter = id_to_def_.find(id); in GetDef() local 92 const auto iter = id_to_def_.find(id); in GetDef() local 103 UsersNotEnd(const IdToUsersMap::const_iterator& iter, const IdToUsersMap::const_iterator& cached_end, const Instruction* inst) const UsersNotEnd() argument 109 UsersNotEnd(const IdToUsersMap::const_iterator& iter, const Instruction* inst) const UsersNotEnd() argument 233 auto iter = inst_to_used_ids_.find(inst); ClearInst() local 252 auto iter = inst_to_used_ids_.find(inst); EraseUseRecordsOfOperandIds() local [all...] |
| H A D | set_spec_constant_default_value_pass.cpp | 271 auto iter = spec_id_to_value_str_.find(spec_id); in Process() local 285 auto iter = spec_id_to_value_bit_pattern_.find(spec_id); in Process() local 361 auto iter = spec_id_to_value->find(spec_id); in ParseDefaultValuesString() local
|
| /third_party/spirv-tools/test/opt/ |
| H A D | instruction_test.cpp | 213 auto iter = inst.begin(); in TEST() local
|