Home
last modified time | relevance | path

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

12

/external/chromium/net/disk_cache/
Drankings.h95 struct Iterator { struct
99 List list; // Which entry was returned to the user.
100 CacheRankingsBlock* nodes[3]; // Nodes on the first three lists.
101 Rankings* my_rankings;
/external/webkit/Source/WebCore/platform/leveldb/
DLevelDBIterator.h37 class Iterator; variable
/external/icu4c/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/webkit/Source/WebCore/loader/cache/
DCachedResourceClientWalker.cpp34 typedef HashCountedSet<CachedResourceClient*>::const_iterator Iterator; in CachedResourceClientWalker() typedef
/external/webkit/Source/JavaScriptCore/wtf/
DSegmentedVector.h42 typedef SegmentedVectorIterator<T, SegmentSize> Iterator; typedef
105 typedef SegmentedVectorIterator<T, SegmentSize> Iterator; typedef
DDeque.h155 typedef DequeIterator<T, inlineCapacity> Iterator; typedef
179 typedef DequeConstIterator<T, inlineCapacity> Iterator; typedef
206 typedef DequeReverseIterator<T, inlineCapacity> Iterator; typedef
230 typedef DequeConstReverseIterator<T, inlineCapacity> Iterator; typedef
/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/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/chromium/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/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
/external/skia/include/core/
DSkRegion.h298 Iterator() : fRgn(NULL), fDone(true) {} in Iterator() function
405 friend class Iterator; variable
/external/webkit/Source/WebKit/win/
DWebKitStatistics.cpp143 typedef HashCountedSet<String>::const_iterator Iterator; in comClassNameCounts() typedef
DWebCoreStatistics.cpp144 typedef TypeCountSet::const_iterator Iterator; in javaScriptProtectedObjectTypeCounts() typedef
DCOMPropertyBag.h207 typedef HashMapType::const_iterator Iterator; in GetPropertyInfo() typedef
/external/chromium/base/
Dobserver_list.h81 Iterator(ObserverListBase<ObserverType>& list) in Iterator() function
Did_map.h119 Iterator(IDMap<T, OS>* map) in Iterator() function
/external/llvm/lib/VMCore/
DValue.cpp589 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsDeleted() local
643 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsRAUWd() local
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.h111 typedef Set::iterator Iterator; typedef
/external/llvm/include/llvm/ADT/
DDenseSet.h72 Iterator(const typename MapTy::iterator &i) : I(i) {} in Iterator() function
/external/clang/test/Parser/
DMicrosoftExtensions.cpp136 class Iterator { class in C1
/external/v8/src/
Ddata-flow.h46 explicit Iterator(BitVector* target) in Iterator() function
Dhashmap.h317 Iterator(const TemplateHashMapImpl<AllocationPolicy>* map, in Iterator() function
/external/clang/test/SemaCXX/
Dconversion-function.cpp334 struct Iterator<int> { struct
335 typedef Container<int> container_type;
/external/javassist/src/main/javassist/bytecode/
DDescriptor.java795 public static class Iterator { class in Descriptor
805 public Iterator(String s) { in Iterator() method in Descriptor.Iterator

12