Home
last modified time | relevance | path

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

1234567

/external/v8/src/compiler/
Dnode-aux-data.h34 class const_iterator; variable
35 friend class const_iterator; variable
54 const_iterator(const ZoneVector<T>* data, size_t current) in const_iterator() function
56 const_iterator(const const_iterator& other) in const_iterator() function
Dnode.h132 class const_iterator; variable
168 class const_iterator; variable
442 const_iterator(const const_iterator& other) : iter_(other.iter_) {} in const_iterator() function
460 const_iterator(Node* node, int index) : iter_(node, index) {} in const_iterator() function
527 const_iterator(const const_iterator& other) : current_(other.current_) {} in const_iterator() function
546 const_iterator() : current_(nullptr) {} in const_iterator() function
547 explicit const_iterator(Node* node) : current_(node->first_use_) {} in const_iterator() function
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Dsize.pass.cpp27 typedef typename C::const_iterator const_iterator; in test2() typedef
48 typedef typename C::const_iterator const_iterator; in test1() typedef
69 typedef typename C::const_iterator const_iterator; in test3() typedef
Diter_iter.pass.cpp28 typedef typename C::const_iterator const_iterator; in test() typedef
42 typedef typename C::const_iterator const_iterator; in test() typedef
Dsize_value.pass.cpp25 typedef typename C::const_iterator const_iterator; in test() typedef
Dsize_value_alloc.pass.cpp24 typedef typename C::const_iterator const_iterator; in test() typedef
Diter_iter_alloc.pass.cpp28 typedef typename C::const_iterator const_iterator; in test() typedef
/external/gemmlowp/internal/
Diterator.h47 ConstIterator<VectorMap<tScalar, tShape>> const_iterator( in const_iterator() function
68 ConstIterator<VectorDup<tScalar, tShape>> const_iterator( in const_iterator() function
/external/llvm/include/llvm/Analysis/
DCallGraph.h116 typedef FunctionMapTy::const_iterator const_iterator; typedef
187 typedef std::vector<CallRecord>::const_iterator const_iterator; typedef
335 typedef CallGraph::const_iterator const_iterator; typedef
/external/lldb/include/lldb/Symbol/
DTypeList.h79 typedef collection::const_iterator const_iterator; typedef
DVariableList.h83 typedef collection::const_iterator const_iterator; typedef
DUnwindTable.h53 typedef collection::const_iterator const_iterator; typedef
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugPubnames.h33 typedef collection::const_iterator const_iterator; typedef
DDWARFDIECollection.h45 typedef collection::const_iterator const_iterator; typedef
DDWARFAttribute.h38 typedef collection::const_iterator const_iterator; typedef
/external/openfst/src/include/fst/
Dslist.h46 typedef typename list<T>::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/llvm/lib/Object/
DRecordStreamer.h28 typedef StringMap<State>::const_iterator const_iterator; typedef
/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h66 typedef collection::const_iterator const_iterator; typedef
/external/lldb/include/lldb/Target/
DPathMappingList.h155 typedef collection::const_iterator const_iterator; typedef
DStackFrameList.h136 typedef collection::const_iterator const_iterator; typedef
/external/clang/include/clang/Frontend/
DTextDiagnosticBuffer.h29 typedef DiagList::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/std/containers/sequences/list/list.cons/
Dsize_type.pass.cpp26 typedef typename C::const_iterator const_iterator; in test3() typedef

1234567