Searched defs:Iterator (Results 1 - 25 of 35) sorted by relevance

12

/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceClientWalker.cpp34 typedef HashCountedSet<CachedResourceClient*>::const_iterator Iterator; typedef
35 Iterator end = set.end();
37 for (Iterator current = set.begin(); current != end; ++current)
/external/chromium/base/
H A Dobserver_list.h79 class Iterator { class in class:ObserverListBase
81 Iterator(ObserverListBase<ObserverType>& list) function in class:ObserverListBase::Iterator
90 ~Iterator() {
176 friend class ObserverListBase::Iterator;
202 ObserverListBase<ObserverType>::Iterator it(observer_list); \
H A Did_map.h117 class Iterator { class in class:IDMap
119 Iterator(IDMap<T, OS>* map) function in class:IDMap::Iterator
127 ~Iterator() {
167 typedef Iterator<T> iterator;
168 typedef Iterator<const T> const_iterator;
/external/webkit/Tools/gdb/
H A Dwebkit.py220 class Iterator: class in class:WTFVectorPrinter
243 return self.Iterator(start, start + self.val['m_size'])
/external/chromium/net/http/
H A Dhttp_request_headers.cc44 HttpRequestHeaders::Iterator::Iterator(const HttpRequestHeaders& headers) function in class:net::HttpRequestHeaders::Iterator
49 HttpRequestHeaders::Iterator::~Iterator() {}
51 bool HttpRequestHeaders::Iterator::GetNext() {
H A Dhttp_request_headers.h35 class Iterator { class in class:net::HttpRequestHeaders
37 explicit Iterator(const HttpRequestHeaders& headers);
38 ~Iterator();
54 DISALLOW_COPY_AND_ASSIGN(Iterator);
/external/clang/test/FixIt/
H A Dfixit.cpp85 class Iterator { class in class:F1
91 typename F1<T>:: /*template*/ Iterator<0> Mypos; // expected-error {{use 'template' keyword to treat 'Iterator' as a dependent template name}}
96 typename F1<T>:: /*template*/ Iterator<0> Mypos; // expected-error {{use 'template' keyword to treat 'Iterator' as a dependent template name}}
/external/webkit/Source/WebKit/win/
H A DCOMPropertyBag.h207 typedef HashMapType::const_iterator Iterator; typedef
208 Iterator current = m_hashMap.begin();
209 Iterator end = m_hashMap.end();
H A DWebCoreStatistics.cpp144 typedef TypeCountSet::const_iterator Iterator; typedef
145 Iterator end = jsObjectTypeNames->end();
147 for (Iterator current = jsObjectTypeNames->begin(); current != end; ++current)
H A DWebKitStatistics.cpp143 typedef HashCountedSet<String>::const_iterator Iterator; typedef
144 Iterator end = gClassNameCount.end();
146 for (Iterator current = gClassNameCount.begin(); current != end; ++current) {
/external/v8/src/
H A Ddata-flow.h45 // Iterator for the elements of this BitVector.
46 class Iterator BASE_EMBEDDED {
48 explicit Iterator(BitVector* target) function in class:v8::internal::BitVector::BASE_EMBEDDED
56 ~Iterator() { }
211 // Iterator for sparse set elements. Elements should not be added or
213 class Iterator BASE_EMBEDDED {
215 explicit Iterator(SparseSet* target) : target_(target), current_(0) { function in class:v8::internal::SparseSet::BASE_EMBEDDED
218 ~Iterator() {
H A Dd8.h95 class Iterator { class in class:v8::CounterMap
97 explicit Iterator(CounterMap* map) function in class:v8::CounterMap::Iterator
/external/chromium/net/disk_cache/
H A Drankings.cc189 Rankings::Iterator::Iterator(Rankings* rankings) { function in class:disk_cache::Rankings::Iterator
190 memset(this, 0, sizeof(Iterator));
194 Rankings::Iterator::~Iterator() {
H A Drankings.h95 struct Iterator { struct in class:disk_cache::Rankings
96 explicit Iterator(Rankings* rankings);
97 ~Iterator();
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h191 return new Iterator(this, begin_, 0, step_);
194 return new Iterator(this, end_, end_index_, step_);
198 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
203 virtual ~Iterator() {}
213 return new Iterator(*this);
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
228 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
234 void operator=(const Iterator
285 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
287 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
325 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h210 return new Iterator(this, begin_, 0, step_);
213 return new Iterator(this, end_, end_index_, step_);
217 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
219 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
222 virtual ~Iterator() {}
232 return new Iterator(*this);
242 CheckedDowncastToActualType<const Iterator>(&other)->index_;
247 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
255 }; // class RangeGenerator::Iterator
297 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
299 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
337 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h191 return new Iterator(this, begin_, 0, step_);
194 return new Iterator(this, end_, end_index_, step_);
198 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
203 virtual ~Iterator() {}
213 return new Iterator(*this);
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
228 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
234 void operator=(const Iterator
285 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
287 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
325 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h210 return new Iterator(this, begin_, 0, step_);
213 return new Iterator(this, end_, end_index_, step_);
217 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
219 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
222 virtual ~Iterator() {}
232 return new Iterator(*this);
242 CheckedDowncastToActualType<const Iterator>(&other)->index_;
247 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
252 void operator=(const Iterator
303 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
305 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
343 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/chromium/chrome/browser/autofill/
H A Dautofill_country.cc292 typedef std::map<std::string, CountryData>::const_iterator Iterator; typedef in class:__anon984::CountryDataMap
295 static const Iterator Begin();
296 static const Iterator End();
297 static const Iterator Find(const std::string& country_code);
337 const CountryDataMap::Iterator CountryDataMap::Begin() {
341 const CountryDataMap::Iterator CountryDataMap::End() {
345 const CountryDataMap::Iterator CountryDataMap::Find(
415 for (CountryDataMap::Iterator it = CountryDataMap::Begin();
471 for (CountryDataMap::Iterator it = CountryDataMap::Begin();
573 const CountryDataMap::Iterator resul
[all...]
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp136 class Iterator { class in class:C1
142 typename C1<T>:: /*template*/ Iterator<0> Mypos; // expected-warning {{use 'template' keyword to treat 'Iterator' as a dependent template name}}
147 typename C1<T>:: /*template*/ Iterator<0> Mypos; // expected-warning {{use 'template' keyword to treat 'Iterator' as a dependent template name}}
/external/javassist/src/main/javassist/bytecode/
H A DDescriptor.java793 * An Iterator over a descriptor.
795 public static class Iterator { class in class:Descriptor
805 public Iterator(String s) { method in class:Descriptor.Iterator
/external/llvm/include/llvm/ADT/
H A DDenseSet.h62 class Iterator { class in class:llvm::DenseSet
72 Iterator(const typename MapTy::iterator &i) : I(i) {} function in class:llvm::DenseSet::Iterator
77 Iterator& operator++() { ++I; return *this; }
78 bool operator==(const Iterator& X) const { return I == X.I; }
79 bool operator!=(const Iterator& X) const { return I != X.I; }
102 typedef Iterator iterator;
105 iterator begin() { return Iterator(TheMap.begin()); }
106 iterator end() { return Iterator(TheMap.end()); }
111 iterator find(const ValueT &V) { return Iterator(TheMap.find(V)); }
112 void erase(Iterator
[all...]
/external/skia/include/core/
H A DSkRegion.h303 class SK_API Iterator { class in class:SkRegion
305 Iterator() : fRgn(NULL), fDone(true) {} function in class:SkRegion::Iterator
306 Iterator(const SkRegion&);
336 Iterator fIter;
412 friend class Iterator;
/external/webkit/Source/JavaScriptCore/wtf/
H A DDeque.h155 typedef DequeIterator<T, inlineCapacity> Iterator; typedef in class:WTF::DequeIterator
160 DequeIterator(const Iterator& other) : Base(other) { }
161 DequeIterator& operator=(const Iterator& other) { Base::assign(other); return *this; }
166 bool operator==(const Iterator& other) const { return Base::isEqual(other); }
167 bool operator!=(const Iterator& other) const { return !Base::isEqual(other); }
169 Iterator& operator++() { Base::increment(); return *this; }
171 Iterator& operator--() { Base::decrement(); return *this; }
179 typedef DequeConstIterator<T, inlineCapacity> Iterator; typedef in class:WTF::DequeConstIterator
185 DequeConstIterator(const Iterator& other) : Base(other) { }
187 DequeConstIterator& operator=(const Iterator
206 typedef DequeReverseIterator<T, inlineCapacity> Iterator; typedef in class:WTF::DequeReverseIterator
230 typedef DequeConstReverseIterator<T, inlineCapacity> Iterator; typedef in class:WTF::DequeConstReverseIterator
[all...]
H A DHashIterators.h121 typedef HashTableIteratorAdapter<HashTableType, std::pair<KeyType, MappedType> > Iterator; typedef in struct:WTF::HashTableKeysIterator
125 HashTableKeysIterator(const Iterator& impl) : m_impl(impl) {}
139 Iterator m_impl;
144 typedef HashTableIteratorAdapter<HashTableType, std::pair<KeyType, MappedType> > Iterator; typedef in struct:WTF::HashTableValuesIterator
148 HashTableValuesIterator(const Iterator& impl) : m_impl(impl) {}
162 Iterator m_impl;

Completed in 524 milliseconds

12