/third_party/node/deps/v8/src/codegen/ |
D | handler-table.cc | 205 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/ |
D | iterator_test.cpp | 29 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/ |
D | iterator_test.cpp | 29 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/ |
D | iterator_test.cpp | 29 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/ |
D | Registry.h | 46 struct Iterator { struct 47 const Registry* fPtr;
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.h | 831 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/ |
D | ucharstrieiterator.cpp | 24 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
|
D | bytestrieiterator.cpp | 25 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/ |
D | ucharstrieiterator.cpp | 24 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
|
D | bytestrieiterator.cpp | 25 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/ |
D | ucharstrieiterator.cpp | 24 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
|
D | bytestrieiterator.cpp | 25 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/ |
D | BitSetIteratorTests.cpp | 28 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/ |
D | privacyCheckAnonymousFunctionParameter.ts | 4 interface Iterator<T> { interface
|
D | genericArgumentCallSigAssignmentCompat.ts | 2 export interface Iterator<T, U> { interface
|
D | privacyCheckAnonymousFunctionParameter2.ts | 4 interface Iterator<T> { x: T } interface
|
D | genericTypeArgumentInference1.ts | 2 export interface Iterator<T, U> { interface
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_util.h | 244 struct Iterator { struct 245 const IDSet* set; 246 union {
|
/third_party/rust/crates/serde/serde/src/private/ |
D | size_hint.rs | 3 pub fn from_bounds<I>(iter: &I) -> Option<usize> in from_bounds()
|
/third_party/node/deps/v8/src/compiler/ |
D | load-elimination.h | 214 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/ |
D | DebugCrossExSubsection.h | 26 using Iterator = ReferenceArray::Iterator; variable
|
/third_party/skia/src/core/ |
D | SkZip.h | 34 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/ |
D | SkRegion.h | 449 Iterator() : fRgn(nullptr), fDone(true) {} in Iterator() function 672 friend class Iterator; variable
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | EnumMaskIterator.h | 38 Iterator(const typename BitSetIterator<N, U>::Iterator& iter) : mIter(iter) { in Iterator() function
|
/third_party/node/deps/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 230 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
|