Searched defs:Iterator (Results 1 - 25 of 128) sorted by last modified time

123456

/external/skia/src/core/
H A DSkPictureStateTree.cpp76 SkPictureStateTree::Iterator SkPictureStateTree::getIterator(const SkTDArray<void*>& draws,
78 return Iterator(draws, canvas, &fRoot);
91 SkPictureStateTree::Iterator::Iterator(const SkTDArray<void*>& draws, SkCanvas* canvas, Node* root) function in class:SkPictureStateTree::Iterator
102 void SkPictureStateTree::Iterator::setCurrentMatrix(const SkMatrix* matrix) {
117 uint32_t SkPictureStateTree::Iterator::finish() {
138 uint32_t SkPictureStateTree::Iterator::nextDraw() {
H A DSkPictureStateTree.h42 class Iterator;
57 Iterator getIterator(const SkTDArray<void*>& draws, SkCanvas* canvas);
75 class Iterator { class in class:SkPictureStateTree
86 Iterator() : fPlaybackMatrix(), fValid(false) { } function in class:SkPictureStateTree::Iterator
90 Iterator(const SkTDArray<void*>& draws, SkCanvas* canvas, Node* root);
H A DSkRegion.cpp188 Iterator iter(*this);
1278 SkRegion::Iterator::Iterator(const SkRegion& rgn) { function in class:SkRegion::Iterator
1282 bool SkRegion::Iterator::rewind() {
1290 void SkRegion::Iterator::reset(const SkRegion& rgn) {
1308 void SkRegion::Iterator::next() {
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h30 class Iterator { class in struct:SkOTTableGlyph
32 Iterator(const SkOTTableGlyph& glyf, function in class:SkOTTableGlyph::Iterator
H A DSkOTTable_name.h550 class Iterator { class in struct:SkOTTableName
552 Iterator(const SkOTTableName& name) : fName(name), fIndex(0), fType(-1) { } function in class:SkOTTableName::Iterator
553 Iterator(const SkOTTableName& name, SkOTTableName::Record::NameID::Predefined::Value type) function in class:SkOTTableName::Iterator
/external/sfntly/cpp/src/sfntly/port/
H A Djava_iterator.h23 // This is a forward read-only iterator that represents java.util.Iterator<E>
28 class Iterator : public virtual RefCount { class in namespace:sfntly
30 virtual ~Iterator() {}
34 Iterator() {} function in class:sfntly::Iterator
35 NO_COPY_AND_ASSIGN(Iterator);
40 class PODIterator : public Iterator<ReturnType, ContainerBase>,
67 class RefIterator : public Iterator<ReturnType, ContainerBase>,
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc359 CMapTable::CMap::CharacterIterator* CMapTable::CMapFormat0::Iterator() { function in class:sfntly::CMapTable::CMapFormat0
552 CMapTable::CMap::CharacterIterator* CMapTable::CMapFormat2::Iterator() { function in class:sfntly::CMapTable::CMapFormat2
785 CMapTable::CMap::CharacterIterator* CMapTable::CMapFormat4::Iterator() { function in class:sfntly::CMapTable::CMapFormat4
H A Dname_table.cc417 name_iter.Attach(table->Iterator());
529 name_entry_iter.Attach(Iterator(&filter));
537 CALLER_ATTACH NameTable::NameEntryIterator* NameTable::Iterator() { function in class:sfntly::NameTable
543 NameTable::NameEntryIterator* NameTable::Iterator(NameEntryFilter* filter) { function in class:sfntly::NameTable
/external/skia/include/core/
H A DSkRegion.h310 class SK_API Iterator { class in class:SkRegion
312 Iterator() : fRgn(NULL), fDone(true) {} function in class:SkRegion::Iterator
313 Iterator(const SkRegion&);
343 Iterator fIter;
447 friend class Iterator;
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2830 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin());
2833 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end());
2837 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator2
2839 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator2::Iterator
2849 virtual ~Iterator() {}
2866 return new Iterator(*this);
2875 const Iterator* typed_other =
2876 CheckedDowncastToActualType<const Iterator>(&other);
2887 Iterator(const Iterator function in class:testing::internal::CartesianProductGenerator2::Iterator
2953 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator3
2955 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator3::Iterator
3011 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator3::Iterator
3087 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator4
3089 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator4::Iterator
3153 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator4::Iterator
3238 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator5
3240 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator5::Iterator
3312 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator5::Iterator
3408 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator6
3410 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator6::Iterator
3490 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator6::Iterator
3595 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator7
3597 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator7::Iterator
3685 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator7::Iterator
3801 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator8
3803 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator8::Iterator
3899 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator8::Iterator
4023 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator9
4025 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator9::Iterator
4129 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator9::Iterator
4263 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator10
4265 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator10::Iterator
4377 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
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/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h87 class Iterator class in namespace:nv50_ir
90 virtual ~Iterator() { };
97 typedef std::auto_ptr<Iterator> IteratorRef;
99 class ManipIterator : public Iterator
144 for (DLList::Iterator (it) = (list)->iterator(); !(it).end(); (it).next())
188 class Iterator : public ManipIterator class in class:nv50_ir::DLList
191 Iterator(Item *head, bool r) : rev(r), pos(r ? head->prev : head->next), function in class:nv50_ir::DLList::Iterator
213 inline void erase(Iterator& pos)
218 Iterator iterator()
220 return Iterator(
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2849 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin());
2852 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end());
2856 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator2
2858 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator2::Iterator
2868 virtual ~Iterator() {}
2885 return new Iterator(*this);
2894 const Iterator* typed_other =
2895 CheckedDowncastToActualType<const Iterator>(&other);
2906 Iterator(const Iterator function in class:testing::internal::CartesianProductGenerator2::Iterator
2972 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator3
2974 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator3::Iterator
3030 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator3::Iterator
3106 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator4
3108 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator4::Iterator
3172 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator4::Iterator
3257 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator5
3259 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator5::Iterator
3331 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator5::Iterator
3427 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator6
3429 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator6::Iterator
3509 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator6::Iterator
3614 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator7
3616 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator7::Iterator
3704 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator7::Iterator
3820 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator8
3822 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator8::Iterator
3918 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator8::Iterator
4042 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator9
4044 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator9::Iterator
4148 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator9::Iterator
4282 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator10
4284 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator10::Iterator
4396 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
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/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h2849 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin());
2852 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end());
2856 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator2
2858 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator2::Iterator
2868 virtual ~Iterator() {}
2885 return new Iterator(*this);
2894 const Iterator* typed_other =
2895 CheckedDowncastToActualType<const Iterator>(&other);
2906 Iterator(const Iterator function in class:testing::internal::CartesianProductGenerator2::Iterator
2972 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator3
2974 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator3::Iterator
3030 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator3::Iterator
3106 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator4
3108 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator4::Iterator
3172 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator4::Iterator
3257 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator5
3259 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator5::Iterator
3331 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator5::Iterator
3427 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator6
3429 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator6::Iterator
3509 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator6::Iterator
3614 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator7
3616 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator7::Iterator
3704 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator7::Iterator
3820 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator8
3822 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator8::Iterator
3918 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator8::Iterator
4042 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator9
4044 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator9::Iterator
4148 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator9::Iterator
4282 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator10
4284 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator10::Iterator
4396 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
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/llvm/include/llvm/ADT/
H A DDenseSet.h63 class Iterator { class in class:llvm::DenseSet
73 Iterator(const typename MapTy::iterator &i) : I(i) {} function in class:llvm::DenseSet::Iterator
78 Iterator& operator++() { ++I; return *this; }
79 bool operator==(const Iterator& X) const { return I == X.I; }
80 bool operator!=(const Iterator& X) const { return I != X.I; }
103 typedef Iterator iterator;
106 iterator begin() { return Iterator(TheMap.begin()); }
107 iterator end() { return Iterator(TheMap.end()); }
112 iterator find(const ValueT &V) { return Iterator(TheMap.find(V)); }
113 void erase(Iterator
[all...]
H A DFoldingSet.h547 VectorIteratorT Iterator; member in class:llvm::FoldingSetVectorIterator
550 FoldingSetVectorIterator(VectorIteratorT I) : Iterator(I) {}
553 return Iterator == RHS.Iterator;
556 return Iterator != RHS.Iterator;
559 T &operator*() const { return **Iterator; }
561 T *operator->() const { return *Iterator; }
564 ++Iterator;
H A DMapVector.h127 /// \brief Remove the element given by Iterator.
130 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { argument
131 typename MapType::iterator MapIterator = Map.find(Iterator->first);
133 return Vector.erase(Iterator);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2733 template <typename Iterator>
2735 typedef typename Iterator::value_type value_type;
10190 return new Iterator(this, begin_, 0, step_);
10193 return new Iterator(this, end_, end_index_, step_);
10197 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
10199 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
10202 virtual ~Iterator() {}
10212 return new Iterator(*this);
10222 CheckedDowncastToActualType<const Iterator>(&other)->index_;
10227 Iterator(cons function in class:testing::internal::RangeGenerator::Iterator
10284 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
10286 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
10324 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
13793 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator2
13795 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator2::Iterator
13843 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator2::Iterator
13909 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator3
13911 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator3::Iterator
13967 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator3::Iterator
14043 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator4
14045 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator4::Iterator
14109 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator4::Iterator
14194 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator5
14196 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator5::Iterator
14268 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator5::Iterator
14364 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator6
14366 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator6::Iterator
14446 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator6::Iterator
14551 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator7
14553 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator7::Iterator
14641 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator7::Iterator
14757 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator8
14759 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator8::Iterator
14855 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator8::Iterator
14979 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator9
14981 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator9::Iterator
15085 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator9::Iterator
15219 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator10
15221 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator10::Iterator
15333 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/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/icu/icu4c/source/common/
H A Dbytestrieiterator.cpp23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, function in class:BytesTrie::Iterator
35 // Unlike BytesTrie itself, its Iterator performs memory allocations anyway
45 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, function in class:BytesTrie::Iterator
76 BytesTrie::Iterator::~Iterator() {
81 BytesTrie::Iterator &
82 BytesTrie::Iterator::reset() {
97 BytesTrie::Iterator
[all...]

Completed in 447 milliseconds

123456