Home
last modified time | relevance | path

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

12345678910>>...13

/external/v8/tools/clang/blink_gc_plugin/tests/heap/
Dstubs.h46 using const_iterator = const T*; variable
62 using const_iterator = const T*; variable
76 typedef const ValueArg* const_iterator; typedef
90 typedef const ValueArg* const_iterator; typedef
104 typedef const ValueArg* const_iterator; typedef
129 typedef const MappedArg* const_iterator; typedef
/external/v8/src/compiler/
Dnode-aux-data.h46 class const_iterator; variable
47 friend class const_iterator; variable
65 const_iterator(const ZoneVector<T>* data, size_t current) in const_iterator() function
67 const_iterator(const const_iterator& other) in const_iterator() function
Dnode.h140 class const_iterator; variable
339 class const_iterator; variable
491 const_iterator(const const_iterator& other) : input_ptr_(other.input_ptr_) {} in const_iterator() function
519 explicit const_iterator(Node* const* input_ptr) : input_ptr_(input_ptr) {} in const_iterator() function
587 const_iterator(const const_iterator& other) in const_iterator() function
619 const_iterator() : current_(nullptr) {} in const_iterator() function
620 explicit const_iterator(Node* node) 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.cpp33 typedef typename C::const_iterator const_iterator; in test() typedef
47 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
/external/v8/src/zone/
Dzone-handle-set.h154 class const_iterator; variable
201 const_iterator(const const_iterator& other) in const_iterator() function
221 explicit const_iterator(const ZoneHandleSet<T>* set, size_t current) in const_iterator() function
/external/libchrome/base/
Dvalue_iterators.h131 using const_iterator = const_dict_iterator; variable
170 using const_iterator = const_dict_iterator; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCallGraph.h111 using const_iterator = FunctionMapTy::const_iterator; variable
185 using const_iterator = std::vector<CallRecord>::const_iterator; variable
339 using const_iterator = CallGraph::const_iterator; variable
DDominanceFrontier.h79 using const_iterator = typename DomSetMapType::const_iterator; variable
149 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/clang/include/clang/Analysis/
DCallGraph.h70 typedef FunctionMapTy::const_iterator const_iterator; typedef
148 typedef SmallVectorImpl<CallRecord>::const_iterator const_iterator; typedef
/external/google-fruit/include/fruit/impl/data_structures/
Dfixed_size_vector.h45 using const_iterator = const T*; variable
/external/tensorflow/tensorflow/lite/
Dcontext_util.h37 typedef const int* const_iterator; typedef
/external/tensorflow/tensorflow/core/graph/
Dedgeset.h41 class const_iterator; variable
87 const_iterator() {} in const_iterator() function
/external/llvm/lib/Object/
DRecordStreamer.h28 typedef StringMap<State>::const_iterator const_iterator; typedef
/external/pdfium/fxjs/
Dcjs_globaldata.h49 using const_iterator = variable
/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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h107 struct const_iterator { struct
110 using iterator_category = std::forward_iterator_tag;
111 using value_type = MVT;
112 using difference_type = ptrdiff_t;
113 using pointer = const MVT*;
114 using reference = const MVT&;
122 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument
142 unsigned find_from_pos(unsigned P) const { in find_from_pos()
167 const MachineValueTypeSet *Set;
168 unsigned Pos;
/external/tensorflow/tensorflow/core/lib/gtl/
Diterator_range.h42 using const_iterator = IteratorT; variable
/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-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h30 using const_iterator = variable

12345678910>>...13