Home
last modified time | relevance | path

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

12345

/external/chromium_org/net/disk_cache/blockfile/
Drankings.h96 struct Iterator { struct
100 List list; // Which entry was returned to the user.
101 CacheRankingsBlock* nodes[3]; // Nodes on the first three lists.
102 Rankings* my_rankings;
/external/chromium_org/v8/src/compiler/
Dgeneric-algorithm-inl.h23 typedef typename N::Inputs::iterator Iterator; typedef
36 typedef typename N::Uses::iterator Iterator; typedef
/external/chromium_org/third_party/leveldatabase/src/table/
Dmerger.h11 class Iterator; variable
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/leveldatabase/src/db/
Dbuilder.h16 class Iterator; variable
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_class_factory.h13 class Iterator; variable
/external/chromium_org/chrome/browser/chromeos/drive/
Dresource_metadata.h34 typedef ResourceMetadataStorage::Iterator Iterator; typedef
/external/chromium_org/third_party/WebKit/Source/core/dom/
DIterator.h19 Iterator() { } in Iterator() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_list.h29 friend class Iterator; member
120 explicit Iterator(IntrusiveList<Item> *list) in Iterator() function
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
/external/chromium_org/third_party/skia/src/core/
DSkPictureStateTree.h42 class Iterator; variable
88 Iterator() : fValid(false) { } in Iterator() function
/external/skia/src/core/
DSkPictureStateTree.h42 class Iterator; variable
86 Iterator() : fPlaybackMatrix(), fValid(false) { } in Iterator() function
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceClientWalker.h41 typedef HashCountedSet<ResourceClient*>::const_iterator Iterator; in ResourceClientWalker() typedef
/external/chromium_org/base/
Did_map.h137 Iterator(IDMap<T, OS>* map) in Iterator() function
143 Iterator(const Iterator& iter) in Iterator() function
/external/chromium_org/sandbox/win/src/
Dhandle_table.cc173 HandleTable::Iterator::Iterator(const HandleTable& table, in Iterator() function in sandbox::HandleTable::Iterator
179 HandleTable::Iterator::Iterator(const Iterator& it) in Iterator() function in sandbox::HandleTable::Iterator
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
Djava_iterator.h34 Iterator() {} in Iterator() function
/external/sfntly/cpp/src/sfntly/port/
Djava_iterator.h34 Iterator() {} in Iterator() function
/external/chromium_org/cc/base/
Dregion.cc143 Region::Iterator::Iterator() { in Iterator() function in cc::Region::Iterator
146 Region::Iterator::Iterator(const Region& region) in Iterator() function in cc::Region::Iterator
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DRadioButtonGroupScope.cpp116 typedef WillBeHeapHashSet<RawPtrWillBeMember<HTMLInputElement> >::const_iterator Iterator; in updateCheckedState() typedef
168 typedef WillBeHeapHashSet<RawPtrWillBeMember<HTMLInputElement> >::const_iterator Iterator; in setNeedsValidityCheckForAllButtons() typedef
/external/chromium_org/third_party/mesa/src/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/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/protobuf/gtest/include/gtest/internal/
Dgtest-param-util.h219 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function
247 Iterator(const Iterator& other) in Iterator() function
305 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function
343 Iterator(const Iterator& other) in Iterator() function

12345