Home
last modified time | relevance | path

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

12345

/third_party/mindspore/mindspore-src/source/docs/api/api_python_en/
Ddataset_list.rst48 Iterator chapter
142 Iterator chapter
237 Iterator chapter
332 Iterator chapter
/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/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/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/skia/tools/
DRegistry.h46 struct Iterator { struct
47 const Registry* fPtr;
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h809 struct Iterator { struct
810 using iterator_category = std::forward_iterator_tag;
811 using value_type = const FieldDescriptor*;
812 using difference_type = int;
829 int idx;
830 const T* descriptor;
845 struct Iterator { struct
846 using iterator_category = std::forward_iterator_tag;
847 using value_type = const OneofDescriptor*;
848 using difference_type = int;
[all …]
/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/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/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/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/mindspore/mindspore-src/source/mindspore/lite/minddata/wrapper/
Dx86-example.cc22 using Iterator = mindspore::dataset::Iterator; typedef
/third_party/rust/crates/serde/serde/src/de/
Dsize_hint.rs3 pub fn from_bounds<I>(iter: &I) -> Option<usize> in from_bounds()
/third_party/mesa3d/src/amd/compiler/
Daco_util.h244 struct Iterator { struct
245 const IDSet* set;
246 union {
/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/protobuf/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h86 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
134 Iterator(const Iterator& other) in Iterator() function
202 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
258 Iterator(const Iterator& other) in Iterator() function
336 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
400 Iterator(const Iterator& other) in Iterator() function
487 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
559 Iterator(const Iterator& other) in Iterator() function
656 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
736 Iterator(const Iterator& other) in Iterator() function
[all …]
/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/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/libphonenumber/cpp/test/phonenumbers/utf/
Dunicodetext_test.cc24 TEST(UnicodeTextTest, Iterator) { in TEST() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Djava_iterator.h34 Iterator() {} in Iterator() function

12345