Searched defs:Iterator (Results 101 - 125 of 128) sorted by relevance

123456

/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp144 typedef std::vector<StructMember>::iterator Iterator; typedef in class:deqp::gls::ub::StructType
152 inline Iterator begin (void) { return m_members.begin(); }
154 inline Iterator end (void) { return m_members.end(); }
182 typedef std::vector<Uniform>::iterator Iterator; typedef in class:deqp::gls::ub::UniformBlock
198 inline Iterator begin (void) { return m_uniforms.begin(); }
200 inline Iterator end (void) { return m_uniforms.end(); }
/external/llvm/include/llvm/ADT/
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;
/external/sfntly/cpp/src/sfntly/table/core/
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
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
/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
/external/chromium_org/third_party/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
/external/chromium_org/third_party/skia/src/core/
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/deqp/framework/opengl/
H A DgluVarType.hpp143 typedef std::vector<StructMember>::iterator Iterator; typedef in class:glu::StructType
157 inline Iterator begin (void) { return m_members.begin(); }
159 inline Iterator end (void) { return m_members.end(); }
/external/doclava/src/com/google/doclava/
H A DDoclava.java899 Iterator counter = new Iterator();
911 private static class Iterator { class in class:Doclava
916 private static void writeJdDirList(File dir, Data data, Iterator counter) {
/external/skia/src/core/
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/chromium_org/net/http/
H A Dtransport_security_state.cc96 TransportSecurityState::Iterator::Iterator(const TransportSecurityState& state) function in class:net::TransportSecurityState::Iterator
101 TransportSecurityState::Iterator::~Iterator() {}
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h3170 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin());
3173 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end());
3177 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator2
3179 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator2::Iterator
3189 virtual ~Iterator() {}
3206 return new Iterator(*this);
3215 const Iterator* typed_other =
3216 CheckedDowncastToActualType<const Iterator>(&other);
3227 Iterator(const Iterator function in class:testing::internal::CartesianProductGenerator2::Iterator
3293 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator3
3295 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator3::Iterator
3351 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator3::Iterator
3427 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator4
3429 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator4::Iterator
3493 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator4::Iterator
3578 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator5
3580 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator5::Iterator
3652 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator5::Iterator
3748 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator6
3750 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator6::Iterator
3830 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator6::Iterator
3935 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator7
3937 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator7::Iterator
4025 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator7::Iterator
4141 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator8
4143 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator8::Iterator
4239 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator8::Iterator
4363 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator9
4365 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator9::Iterator
4469 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator9::Iterator
4603 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator10
4605 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator10::Iterator
4717 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/chromium_org/third_party/mesa/src/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...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h3170 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin());
3173 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end());
3177 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator2
3179 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator2::Iterator
3189 virtual ~Iterator() {}
3206 return new Iterator(*this);
3215 const Iterator* typed_other =
3216 CheckedDowncastToActualType<const Iterator>(&other);
3227 Iterator(const Iterator function in class:testing::internal::CartesianProductGenerator2::Iterator
3293 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator3
3295 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator3::Iterator
3351 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator3::Iterator
3427 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator4
3429 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator4::Iterator
3493 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator4::Iterator
3578 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator5
3580 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator5::Iterator
3652 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator5::Iterator
3748 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator6
3750 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator6::Iterator
3830 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator6::Iterator
3935 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator7
3937 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator7::Iterator
4025 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator7::Iterator
4141 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator8
4143 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator8::Iterator
4239 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator8::Iterator
4363 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator9
4365 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator9::Iterator
4469 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator9::Iterator
4603 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator10
4605 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator10::Iterator
4717 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator10::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...]
/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...]
/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...]
/external/chromium_org/v8/src/
H A Dtypes.h459 template<class T> class Iterator;
460 Iterator<i::Map> Classes() {
461 if (this->IsBitset()) return Iterator<i::Map>();
462 return Iterator<i::Map>(Config::handle(this));
464 Iterator<i::Object> Constants() {
465 if (this->IsBitset()) return Iterator<i::Object>();
466 return Iterator<i::Object>(Config::handle(this));
490 template<class> friend class Iterator;
880 class TypeImpl<Config>::Iterator { class in class:v8::internal::TypeImpl
889 Iterator() function in class:v8::internal::TypeImpl::Iterator
890 explicit Iterator(TypeHandle type) : type_(type), index_(-1) { function in class:v8::internal::TypeImpl::Iterator
[all...]
H A Dobjects.h2657 class Iterator BASE_EMBEDDED {
2659 inline Iterator(ConstantPoolArray* array, Type type) function in class:v8::internal::ConstantPoolArray::BASE_EMBEDDED
2668 inline Iterator(ConstantPoolArray* array, Type type, LayoutSection section) function in class:v8::internal::ConstantPoolArray::BASE_EMBEDDED
3830 template<class Derived, class Iterator, int entrysize>
/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp42 typedef ValueEntryIterator<IsReadableEntry> Iterator; typedef in class:rsg::__anon19784::IsReadableEntry
64 typedef ValueEntryIterator<IsReadableIntersectingEntry> Iterator; typedef in class:rsg::__anon19784::IsReadableIntersectingEntry
93 typedef ValueEntryIterator<IsWritableIntersectingEntry> Iterator; typedef in class:rsg::__anon19784::IsWritableIntersectingEntry
114 typedef ValueEntryIterator<IsWritableSupersetEntry> Iterator; typedef in class:rsg::__anon19784::IsWritableSupersetEntry
135 typedef ValueEntryIterator<IsSamplerEntry> Iterator; typedef in class:rsg::__anon19784::IsSamplerEntry
844 IsWritableIntersectingEntry::Iterator first = state.getVariableManager().getBegin(IsWritableIntersectingEntry(m_valueRange));
845 IsWritableIntersectingEntry::Iterator end = state.getVariableManager().getEnd(IsWritableIntersectingEntry(m_valueRange));
858 for (IsWritableIntersectingEntry::Iterator i = first; i != end; i++)
1107 IsReadableIntersectingEntry::Iterator first = state.getVariableManager().getBegin(IsReadableIntersectingEntry(valueRange, state.getExpressionFlags()));
1108 IsReadableIntersectingEntry::Iterator en
[all...]
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp373 iterator(const DeclIndexPair *Iterator) argument
374 : DeclOrIterator(Iterator), SingleDeclIndex(0) { }
/external/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp4032 typedef typename Set::iterator Iterator; typedef
4045 Iterator i1 = set1->begin();
4051 Iterator i2 = set2.begin();
4057 Iterator i3 = set3->begin();
4072 Iterator i1 = set1->begin();
4089 typedef Map::iterator Iterator; typedef
4108 Iterator i1 = map1->begin();
4115 Iterator i2 = map2.begin();
4122 Iterator i3 = map3->begin();
4148 Iterator i
4159 typedef Map::iterator Iterator; typedef
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 1652 milliseconds

123456