Home
last modified time | relevance | path

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

12345678

/external/v8/tools/clang/blink_gc_plugin/tests/heap/
Dstubs.h73 using const_iterator = const T*; variable
87 using const_iterator = const T*; variable
99 typedef const ValueArg* const_iterator; typedef
111 typedef const ValueArg* const_iterator; typedef
123 typedef const ValueArg* const_iterator; typedef
144 typedef const MappedArg* const_iterator; typedef
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/heap/
Dstubs.h73 using const_iterator = const T*; variable
87 using const_iterator = const T*; variable
99 typedef const ValueArg* const_iterator; typedef
111 typedef const ValueArg* const_iterator; typedef
123 typedef const ValueArg* const_iterator; typedef
144 typedef const MappedArg* const_iterator; typedef
/external/v8/src/compiler/
Dnode-aux-data.h34 class const_iterator; variable
35 friend class const_iterator; variable
53 const_iterator(const ZoneVector<T>* data, size_t current) in const_iterator() function
55 const_iterator(const const_iterator& other) in const_iterator() function
Dnode.h140 class const_iterator; variable
348 class const_iterator; variable
500 const_iterator(const const_iterator& other) : input_ptr_(other.input_ptr_) {} in const_iterator() function
528 explicit const_iterator(Node* const* input_ptr) : input_ptr_(input_ptr) {} in const_iterator() function
596 const_iterator(const const_iterator& other) : current_(other.current_) {} in const_iterator() function
615 const_iterator() : current_(nullptr) {} in const_iterator() function
616 explicit const_iterator(Node* node) : current_(node->first_use_) {} in const_iterator() function
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Dsize.pass.cpp29 typedef typename C::const_iterator const_iterator; in test2() typedef
50 typedef typename C::const_iterator const_iterator; in test1() typedef
Diter_iter.pass.cpp29 typedef typename C::const_iterator const_iterator; in test() typedef
43 typedef typename C::const_iterator const_iterator; in test() typedef
Dsize_value.pass.cpp26 typedef typename C::const_iterator const_iterator; in test() typedef
Dsize_value_alloc.pass.cpp25 typedef typename C::const_iterator const_iterator; in test() typedef
Diter_iter_alloc.pass.cpp29 typedef typename C::const_iterator const_iterator; in test() typedef
/external/llvm/lib/Object/
DRecordStreamer.h28 typedef StringMap<State>::const_iterator const_iterator; typedef
/external/clang/include/clang/Analysis/
DCallGraph.h70 typedef FunctionMapTy::const_iterator const_iterator; typedef
148 typedef SmallVectorImpl<CallRecord>::const_iterator const_iterator; typedef
/external/pdfium/fpdfsdk/javascript/
DJS_GlobalData.h49 using const_iterator = variable
/external/llvm/include/llvm/Analysis/
DCallGraph.h117 typedef FunctionMapTy::const_iterator const_iterator; typedef
188 typedef std::vector<CallRecord>::const_iterator const_iterator; typedef
343 typedef CallGraph::const_iterator const_iterator; typedef
DDominanceFrontier.h73 typedef typename DomSetMapType::const_iterator const_iterator; typedef
143 typedef DominanceFrontierBase<BasicBlock>::const_iterator const_iterator; typedef
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmLayout.h30 typedef llvm::SmallVectorImpl<MCSectionData*>::const_iterator const_iterator; typedef
/external/clang/include/clang/Frontend/
DTextDiagnosticBuffer.h29 typedef DiagList::const_iterator const_iterator; typedef
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCallGraph.h85 typedef FunctionMapTy::const_iterator const_iterator; typedef
208 typedef std::vector<CallRecord>::const_iterator const_iterator; typedef
/external/google-breakpad/src/processor/
Dstatic_map.h86 typedef StaticMapIterator<Key, Value, Compare> const_iterator; typedef
/external/llvm/include/llvm/ADT/
DUniqueVector.h29 typedef typename VectorType::const_iterator const_iterator; typedef
/external/libcxx/test/libcxx/debug/containers/
Ddb_unord_container_tests.pass.cpp32 using const_iterator = typename Container::const_iterator; typedef
Ddb_associative_container_tests.pass.cpp33 using const_iterator = typename Container::const_iterator; typedef
/external/v8/src/base/
Diterator.h21 typedef ForwardIterator const_iterator; typedef
/external/libtextclassifier/util/utf8/
Dunicodetext.h133 explicit const_iterator(const char *it) : it_(it) {} in const_iterator() function
/external/llvm/include/llvm/CodeGen/
DLivePhysRegs.h135 typedef SparseSet<unsigned>::const_iterator const_iterator; typedef
/external/llvm/include/llvm/IR/
DTypeFinder.h48 typedef std::vector<StructType*>::const_iterator const_iterator; typedef

12345678