Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 25 of 199) sorted by relevance

12345678

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_map.h60 using const_iterator = typename raw_hash_map::raw_hash_set::const_iterator; variable
95 iterator insert_or_assign(const_iterator, key_arg<K>&& k, V&& v) { in insert_or_assign() argument
100 iterator insert_or_assign(const_iterator, key_arg<K>&& k, const V& v) { in insert_or_assign() argument
105 iterator insert_or_assign(const_iterator, const key_arg<K>& k, V&& v) { in insert_or_assign() argument
110 iterator insert_or_assign(const_iterator, const key_arg<K>& k, const V& v) { in insert_or_assign() argument
133 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() argument
138 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() argument
/third_party/gn/src/gn/
Dpointer_set.h154 struct const_iterator : public NodeIterator { struct
171 const_iterator begin() const { return {NodeBegin()}; } in begin() argument
Dhash_table_base_unittest.cc179 struct const_iterator : public BaseType::NodeIterator { struct in TestHashTable
180 const int& operator*() const { in operator *()
183 const int* operator->() const { return &(this->operator*()); } in operator ->()
Dbuilder_record_map.h61 struct const_iterator : public NodeIterator { struct
/third_party/rust/crates/cxx/include/
Dcxx.h76 using const_iterator = const char *; variable
131 using const_iterator = const char *; variable
/third_party/gn/src/base/
Dvalue_iterators.h127 using const_iterator = const_dict_iterator; variable
166 using const_iterator = const_dict_iterator; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h110 using const_iterator = FunctionMapTy::const_iterator; variable
184 using const_iterator = std::vector<CallRecord>::const_iterator; variable
339 using const_iterator = CallGraph::const_iterator; variable
DDominanceFrontier.h78 using const_iterator = typename DomSetMapType::const_iterator; variable
148 using const_iterator = variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DAttributeMap.h53 typedef std::map<EGLAttrib, EGLAttrib>::const_iterator const_iterator; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInjectedSourceStream.h29 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DTrace.h58 using const_iterator = RecordVector::const_iterator; variable
DGraph.h201 using const_iterator = NeighborEdgeIteratorT<true, isOut>; variable
277 using const_iterator = ConstVertexIterator; variable
314 using const_iterator = ConstEdgeIterator; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h29 using const_iterator = variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DAttributeMap.h61 typedef std::map<EGLAttrib, EGLAttrib>::const_iterator const_iterator; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DUniqueVector.h28 using const_iterator = typename VectorType::const_iterator; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DSourceMgr.h49 using const_iterator = ArrayRef<UniqueInst>::const_iterator; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.h75 using const_iterator = StringMap<State>::const_iterator; variable
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alugroup.h43 using const_iterator = Slots::const_iterator; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DTypeFinder.h47 using const_iterator = std::vector<StructType*>::const_iterator; variable
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.h36 using const_iterator = UptrVectorIterator<BasicBlock, true>; variable
/third_party/ninja/src/
Dstring_piece.h26 typedef const char* const_iterator; typedef
/third_party/libphonenumber/cpp/src/phonenumbers/
Dunicodestring.h59 typedef UnicodeText::const_iterator const_iterator; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DArchitectureSet.h140 using const_iterator = arch_iterator<const ArchSetType>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLivePhysRegs.h149 using const_iterator = RegisterSet::const_iterator; variable
DLiveStacks.h53 using const_iterator = SS2IntervalMap::const_iterator; variable

12345678