Home
last modified time | relevance | path

Searched defs:ConstIterator (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseSet.h103 class ConstIterator; variable
108 friend class ConstIterator; variable
144 ConstIterator(const Iterator &B) : I(B.I) {} in ConstIterator() function
145 ConstIterator(const typename MapTy::const_iterator &i) : I(i) {} in ConstIterator() function
DDenseMap.h1163 using ConstIterator = DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, true>; variable
/third_party/skia/third_party/externals/tint/src/
Dblock_allocator.h101 explicit ConstIterator(InternalIterator it) : it_(it) {} in ConstIterator() function
/third_party/skia/third_party/externals/tint/src/utils/
Dunique_vector.h33 using ConstIterator = typename std::vector<T>::const_iterator; member
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DSerialStorage.h277 SerialStorage<Derived>::ConstIterator::ConstIterator( in ConstIterator() function
/third_party/skia/third_party/externals/dawn/src/common/
DSerialStorage.h277 SerialStorage<Derived>::ConstIterator::ConstIterator( in ConstIterator() function
/third_party/skia/third_party/externals/spirv-tools/test/util/
Dilist_test.cpp112 TEST(IListTest, ConstIterator) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/
Dilist_test.cpp112 TEST(IListTest, ConstIterator) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h1035 typedef DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, true> ConstIterator; typedef
/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-printers-test.cc956 TEST(PrintStlContainerTest, ConstIterator) { in TEST() argument
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1752 typedef std::vector<IntRegionsPair>::const_iterator ConstIterator; in GetRegionCodesForCountryCallingCode() typedef
/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc989 TEST(PrintStlContainerTest, ConstIterator) { in TEST() argument
/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc1627 TEST(ConstIterator, IsDefaultConstructible) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc1811 TEST(ConstIterator, IsDefaultConstructible) { in TEST() argument