/external/chromium/net/disk_cache/ |
D | rankings.h | 95 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/ |
D | LevelDBIterator.h | 37 class Iterator; variable
|
/external/icu4c/common/ |
D | ucharstrieiterator.cpp | 22 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
|
D | bytestrieiterator.cpp | 23 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/ |
D | CachedResourceClientWalker.cpp | 34 typedef HashCountedSet<CachedResourceClient*>::const_iterator Iterator; in CachedResourceClientWalker() typedef
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | SegmentedVector.h | 42 typedef SegmentedVectorIterator<T, SegmentSize> Iterator; typedef 105 typedef SegmentedVectorIterator<T, SegmentSize> Iterator; typedef
|
D | Deque.h | 155 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/ |
D | gtest-param-util.h | 200 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/ |
D | gtest-param-util.h | 200 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/ |
D | gtest-param-util.h | 200 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/ |
D | gtest-param-util.h | 219 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/ |
D | SkRegion.h | 298 Iterator() : fRgn(NULL), fDone(true) {} in Iterator() function 405 friend class Iterator; variable
|
/external/webkit/Source/WebKit/win/ |
D | WebKitStatistics.cpp | 143 typedef HashCountedSet<String>::const_iterator Iterator; in comClassNameCounts() typedef
|
D | WebCoreStatistics.cpp | 144 typedef TypeCountSet::const_iterator Iterator; in javaScriptProtectedObjectTypeCounts() typedef
|
D | COMPropertyBag.h | 207 typedef HashMapType::const_iterator Iterator; in GetPropertyInfo() typedef
|
/external/chromium/base/ |
D | observer_list.h | 81 Iterator(ObserverListBase<ObserverType>& list) in Iterator() function
|
D | id_map.h | 119 Iterator(IDMap<T, OS>* map) in Iterator() function
|
/external/llvm/lib/VMCore/ |
D | Value.cpp | 589 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/ |
D | Config.h | 111 typedef Set::iterator Iterator; typedef
|
/external/llvm/include/llvm/ADT/ |
D | DenseSet.h | 72 Iterator(const typename MapTy::iterator &i) : I(i) {} in Iterator() function
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.cpp | 136 class Iterator { class in C1
|
/external/v8/src/ |
D | data-flow.h | 46 explicit Iterator(BitVector* target) in Iterator() function
|
D | hashmap.h | 317 Iterator(const TemplateHashMapImpl<AllocationPolicy>* map, in Iterator() function
|
/external/clang/test/SemaCXX/ |
D | conversion-function.cpp | 334 struct Iterator<int> { struct 335 typedef Container<int> container_type;
|
/external/javassist/src/main/javassist/bytecode/ |
D | Descriptor.java | 795 public static class Iterator { class in Descriptor 805 public Iterator(String s) { in Iterator() method in Descriptor.Iterator
|