Home
last modified time | relevance | path

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

12345

/third_party/node/deps/v8/src/codegen/
Dhandler-table.cc205 struct Iterator : base::iterator<std::random_access_iterator_tag, int> { in LookupReturn() struct
206 Iterator(HandlerTable* tbl, int idx) : table(tbl), index(idx) {} in LookupReturn() function
207 value_type operator*() const { return table->GetReturnOffset(index); } in LookupReturn()
208 bool operator!=(const Iterator& other) const { return !(*this == other); } in LookupReturn()
209 bool operator==(const Iterator& other) const { in LookupReturn()
213 bool operator<=(const Iterator& other) { return index <= other.index; } in LookupReturn()
214 Iterator& operator++() { in LookupReturn()
218 Iterator& operator--() { in LookupReturn()
222 Iterator& operator+=(difference_type offset) { in LookupReturn()
226 difference_type operator-(const Iterator& other) const { in LookupReturn()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Diterator_test.cpp29 TEST(Iterator, IncrementDeref) { in TEST() argument
47 TEST(Iterator, DecrementDeref) { in TEST() argument
64 TEST(Iterator, PostIncrementDeref) { in TEST() argument
81 TEST(Iterator, PostDecrementDeref) { in TEST() argument
100 TEST(Iterator, Access) { in TEST() argument
112 TEST(Iterator, Comparison) { in TEST() argument
126 TEST(Iterator, InsertBeginEnd) { in TEST() argument
164 TEST(Iterator, InsertMiddle) { in TEST() argument
218 TEST(Iterator, FilterIterator) { in TEST() argument
/third_party/spirv-tools/test/opt/
Diterator_test.cpp29 TEST(Iterator, IncrementDeref) { in TEST() argument
47 TEST(Iterator, DecrementDeref) { in TEST() argument
64 TEST(Iterator, PostIncrementDeref) { in TEST() argument
81 TEST(Iterator, PostDecrementDeref) { in TEST() argument
100 TEST(Iterator, Access) { in TEST() argument
112 TEST(Iterator, Comparison) { in TEST() argument
126 TEST(Iterator, InsertBeginEnd) { in TEST() argument
164 TEST(Iterator, InsertMiddle) { in TEST() argument
218 TEST(Iterator, FilterIterator) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Diterator_test.cpp29 TEST(Iterator, IncrementDeref) { in TEST() argument
47 TEST(Iterator, DecrementDeref) { in TEST() argument
64 TEST(Iterator, PostIncrementDeref) { in TEST() argument
81 TEST(Iterator, PostDecrementDeref) { in TEST() argument
100 TEST(Iterator, Access) { in TEST() argument
112 TEST(Iterator, Comparison) { in TEST() argument
126 TEST(Iterator, InsertBeginEnd) { in TEST() argument
164 TEST(Iterator, InsertMiddle) { in TEST() argument
218 TEST(Iterator, FilterIterator) { in TEST() argument
/third_party/skia/tools/
DRegistry.h46 struct Iterator { struct
47 const Registry* fPtr;
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h831 struct Iterator { struct
832 using iterator_category = std::forward_iterator_tag;
833 using value_type = const FieldDescriptor*;
834 using difference_type = int;
851 int idx;
852 const T* descriptor;
867 struct Iterator { struct
868 using iterator_category = std::forward_iterator_tag;
869 using value_type = const OneofDescriptor*;
870 using difference_type = int;
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducharstrieiterator.cpp24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator() function in UCharsTrie::Iterator
46 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator() function in UCharsTrie::Iterator
Dbytestrieiterator.cpp25 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator() function in BytesTrie::Iterator
47 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator() function in BytesTrie::Iterator
/third_party/node/deps/icu-small/source/common/
Ducharstrieiterator.cpp24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator() function in UCharsTrie::Iterator
46 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator() function in UCharsTrie::Iterator
Dbytestrieiterator.cpp25 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator() function in BytesTrie::Iterator
47 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator() function in BytesTrie::Iterator
/third_party/icu/icu4c/source/common/
Ducharstrieiterator.cpp24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator() function in UCharsTrie::Iterator
46 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, in Iterator() function in UCharsTrie::Iterator
Dbytestrieiterator.cpp25 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator() function in BytesTrie::Iterator
47 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, in Iterator() function in BytesTrie::Iterator
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBitSetIteratorTests.cpp28 TEST_F(BitSetIteratorTest, Iterator) { in TEST_F() argument
96 TEST_F(EnumBitSetIteratorTest, Iterator) { in TEST_F() argument
162 TEST_F(ITypBitsetIteratorTest, Iterator) { in TEST_F() argument
/third_party/typescript/tests/cases/compiler/
DprivacyCheckAnonymousFunctionParameter.ts4 interface Iterator<T> { interface
DgenericArgumentCallSigAssignmentCompat.ts2 export interface Iterator<T, U> { interface
DprivacyCheckAnonymousFunctionParameter2.ts4 interface Iterator<T> { x: T } interface
DgenericTypeArgumentInference1.ts2 export interface Iterator<T, U> { interface
/third_party/mesa3d/src/amd/compiler/
Daco_util.h244 struct Iterator { struct
245 const IDSet* set;
246 union {
/third_party/rust/crates/serde/serde/src/private/
Dsize_hint.rs3 pub fn from_bounds<I>(iter: &I) -> Option<usize> in from_bounds()
/third_party/node/deps/v8/src/compiler/
Dload-elimination.h214 struct Iterator { in NON_EXPORTED_BASE() struct
215 int i; in NON_EXPORTED_BASE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugCrossExSubsection.h26 using Iterator = ReferenceArray::Iterator; variable
/third_party/skia/src/core/
DSkZip.h34 constexpr Iterator(const SkZip* zip, size_t index) : fZip{zip}, fIndex{index} { } in Iterator() function
35 constexpr Iterator(const Iterator& that) : Iterator{ that.fZip, that.fIndex } { } in Iterator() function
/third_party/skia/include/core/
DSkRegion.h449 Iterator() : fRgn(nullptr), fDone(true) {} in Iterator() function
672 friend class Iterator; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DEnumMaskIterator.h38 Iterator(const typename BitSetIterator<N, U>::Iterator& iter) : mIter(iter) { in Iterator() function
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-param-util.h230 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function
258 Iterator(const Iterator& other) in Iterator() function
316 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function
353 Iterator(const Iterator& other) in Iterator() function
932 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>; in GTEST_DISABLE_MSC_WARNINGS_POP_() local
967 Iterator(const ParamGeneratorInterface<To>* base, ParamIterator<From> it, in Iterator() function

12345