Home
last modified time | relevance | path

Searched defs:Iterator (Results 1 – 25 of 64) sorted by relevance

123

/external/v8/src/compiler/
Dgeneric-algorithm-inl.h23 typedef typename N::Inputs::iterator Iterator; typedef
36 typedef typename N::Uses::iterator Iterator; typedef
Dgeneric-algorithm.h44 typedef typename Traits::Iterator Iterator; in Visit() typedef
/external/icu/icu4c/source/common/
Ducharstrieiterator.cpp22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength, in Iterator() function in UCharsTrie::Iterator
44 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator() function in UCharsTrie::Iterator
Dbytestrieiterator.cpp23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator() function in BytesTrie::Iterator
45 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator() function in BytesTrie::Iterator
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DMultidimensionalCounter.java70 public class Iterator implements java.util.Iterator<Integer> { class in MultidimensionalCounter
84 Iterator() { in Iterator() method in MultidimensionalCounter.Iterator
DOpenIntToDoubleHashMap.java484 public class Iterator { class in OpenIntToDoubleHashMap
498 private Iterator() { in Iterator() method in OpenIntToDoubleHashMap.Iterator
DOpenIntToFieldHashMap.java496 public class Iterator { class in OpenIntToFieldHashMap
510 private Iterator() { in Iterator() method in OpenIntToFieldHashMap.Iterator
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h90 Iterator() { } in Iterator() function
91 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} in Iterator() function
276 Iterator() { } in Iterator() function
277 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { in Iterator() function
Dsanitizer_list.h29 friend class Iterator; member
134 typedef IteratorBase<IntrusiveList<Item>, Item> Iterator; typedef
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util.h199 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function
227 Iterator(const Iterator& other) in Iterator() function
286 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function
324 Iterator(const Iterator& other) in Iterator() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function
228 Iterator(const Iterator& other) in Iterator() function
287 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function
325 Iterator(const Iterator& other) in Iterator() function
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util.h200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function
228 Iterator(const Iterator& other) in Iterator() function
287 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function
325 Iterator(const Iterator& other) in Iterator() function
/external/gtest/include/gtest/internal/
Dgtest-param-util.h200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function
228 Iterator(const Iterator& other) in Iterator() function
287 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function
325 Iterator(const Iterator& other) in Iterator() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function
228 Iterator(const Iterator& other) in Iterator() function
287 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function
325 Iterator(const Iterator& other) in Iterator() function
/external/llvm/include/llvm/ADT/
DMapVector.h134 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase()
154 auto Iterator = find(Key); in erase() local
/external/sfntly/cpp/src/sfntly/port/
Djava_iterator.h34 Iterator() {} in Iterator() function
/external/skia/include/core/
DSkRegion.h311 Iterator() : fRgn(NULL), fDone(true) {} in Iterator() function
446 friend class Iterator; variable
/external/clang/include/clang/AST/
DAttrIterator.h49 typedef typename Container::const_iterator Iterator; typedef
/external/v8/src/
Ddata-flow.h23 explicit Iterator(BitVector* target) in Iterator() function
197 Iterator(const GrowableBitVector* target, Zone* zone) in Iterator() function
Dtypes.cc1114 template class TypeImpl<ZoneTypeConfig>::Iterator<i::Map>; member in v8::internal::TypeImpl
1115 template class TypeImpl<ZoneTypeConfig>::Iterator<i::Object>; member in v8::internal::TypeImpl
1118 template class TypeImpl<HeapTypeConfig>::Iterator<i::Map>; member in v8::internal::TypeImpl
1119 template class TypeImpl<HeapTypeConfig>::Iterator<i::Object>; member in v8::internal::TypeImpl
Dinterface.h163 explicit Iterator(const ZoneHashMap* exports) in Iterator() function
/external/skia/src/sfnt/
DSkOTTable_name.h552 Iterator(const SkOTTableName& name) : fName(name), fIndex(0), fType(-1) { } in Iterator() function
553 Iterator(const SkOTTableName& name, SkOTTableName::Record::NameID::Predefined::Value type) in Iterator() function
/external/deqp/framework/randomshaders/
DrsgVariableManager.hpp290 typedef ValueEntryIterator<AnyEntry> Iterator; typedef in rsg::AnyEntry
323 typedef ValueEntryIterator<EntryStorageFilter<Storage> > Iterator; typedef in rsg::EntryStorageFilter
/external/google-breakpad/src/common/
Dsimple_string_dictionary.h80 explicit Iterator(const NonAllocatingMap& map) in Iterator() function
Dsimple_string_dictionary_unittest.cc127 TEST(NonAllocatingMapTest, Iterator) { in TEST() argument

123