Home
last modified time | relevance | path

Searched defs:ConstIterator (Results 1 – 20 of 20) 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/utils/
Dunique_vector.h33 using ConstIterator = typename std::vector<T>::const_iterator; member
/third_party/skia/third_party/externals/tint/src/
Dblock_allocator.h101 explicit ConstIterator(InternalIterator it) : it_(it) {} in ConstIterator() function
/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/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.hpp176 typedef std::vector<StructMember>::const_iterator ConstIterator; typedef in deqp::ub::StructType
242 typedef std::vector<Uniform>::const_iterator ConstIterator; typedef in deqp::ub::UniformBlock
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.hpp145 typedef std::vector<StructMember>::const_iterator ConstIterator; typedef in deqp::gls::ub::StructType
183 typedef std::vector<Uniform>::const_iterator ConstIterator; typedef in deqp::gls::ub::UniformBlock
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp154 typedef std::vector<StructMember>::const_iterator ConstIterator; typedef in vkt::TransformFeedback::StructType
193 typedef std::vector<InterfaceBlockMember>::const_iterator ConstIterator; typedef in vkt::TransformFeedback::InterfaceBlock
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp159 typedef std::vector<StructMember>::const_iterator ConstIterator; typedef in vkt::ubo::StructType
198 typedef std::vector<Uniform>::const_iterator ConstIterator; typedef in vkt::ubo::UniformBlock
/third_party/skia/third_party/externals/spirv-tools/test/util/
Dilist_test.cpp112 TEST(IListTest, ConstIterator) { in TEST() argument
/third_party/spirv-tools/test/util/
Dilist_test.cpp112 TEST(IListTest, ConstIterator) { in TEST() argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbtree.h450 …explicit ConstIterator(const BPlusTree *btree) : cur_(btree->leaf_nodes_.head), slot_(0), locked_(… in ConstIterator() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/
Dilist_test.cpp112 TEST(IListTest, ConstIterator) { in TEST() argument
/third_party/vk-gl-cts/framework/opengl/
DgluVarType.hpp144 typedef std::vector<StructMember>::const_iterator ConstIterator; typedef in glu::StructType
/third_party/vk-gl-cts/framework/delibs/decpp/
DdePoolArray.hpp56 typedef PoolArrayConstIterator<T, Alignment> ConstIterator; typedef in de::PoolArray
/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/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1846 typedef std::vector<IntRegionsPair>::const_iterator ConstIterator; in GetRegionCodesForCountryCallingCode() typedef
/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