Searched refs:IteratorImpl (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | AllocatorList.h | 88 class IteratorImpl 89 : public iterator_adaptor_base<IteratorImpl<ValueT, IteratorBase>, 93 friend class IteratorImpl; variable 97 iterator_adaptor_base<IteratorImpl<ValueT, IteratorBase>, IteratorBase, 105 IteratorImpl() = default; 106 IteratorImpl(const IteratorImpl &) = default; 107 IteratorImpl &operator=(const IteratorImpl &) = default; 109 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function 112 IteratorImpl(const IteratorImpl<OtherValueT, OtherIteratorBase> &X, 117 ~IteratorImpl() = default; [all …]
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | heap-page.h | 102 class IteratorImpl : v8::base::iterator<std::forward_iterator_tag, T> { 104 explicit IteratorImpl(T* p, ConstAddress lab_start = nullptr, 117 bool operator==(IteratorImpl other) const { return p_ == other.p_; } 118 bool operator!=(IteratorImpl other) const { return !(*this == other); } 120 IteratorImpl& operator++() { 129 IteratorImpl operator++(int) { 130 IteratorImpl temp(*this); 144 using iterator = IteratorImpl<HeapObjectHeader>; 145 using const_iterator = IteratorImpl<const HeapObjectHeader>;
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 769 class IteratorImpl; 771 class IteratorImpl<IndexSequence<I...>> 774 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function 782 ~IteratorImpl() override {} in ~IteratorImpl() 798 return new IteratorImpl(*this); in Clone() 809 const IteratorImpl* typed_other = in Equals() 810 CheckedDowncastToActualType<const IteratorImpl>(&other); in Equals() 861 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>;
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPrograms.hpp | 89 typedef typename std::map<std::string, Program*>::const_iterator IteratorImpl; typedef in vk::ProgramCollection::Iterator 92 explicit Iterator (const IteratorImpl& i) : m_impl(i) {} in Iterator() 105 IteratorImpl m_impl;
|
/third_party/node/deps/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 839 class IteratorImpl; in GTEST_DISABLE_MSC_WARNINGS_POP_() 841 class IteratorImpl<IndexSequence<I...>> in GTEST_DISABLE_MSC_WARNINGS_POP_() 844 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in GTEST_DISABLE_MSC_WARNINGS_POP_() 853 ~IteratorImpl() override = default; in GTEST_DISABLE_MSC_WARNINGS_POP_() 869 return new IteratorImpl(*this); in GTEST_DISABLE_MSC_WARNINGS_POP_() 880 const IteratorImpl* typed_other = in GTEST_DISABLE_MSC_WARNINGS_POP_() 881 CheckedDowncastToActualType<const IteratorImpl>(&other); in GTEST_DISABLE_MSC_WARNINGS_POP_() 932 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>; in GTEST_DISABLE_MSC_WARNINGS_POP_()
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 844 class IteratorImpl; 846 class IteratorImpl<IndexSequence<I...>> 849 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function 858 ~IteratorImpl() override {} in ~IteratorImpl() 874 return new IteratorImpl(*this); in Clone() 885 const IteratorImpl* typed_other = in Equals() 886 CheckedDowncastToActualType<const IteratorImpl>(&other); in Equals() 937 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>;
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 80 typedef typename std::map<std::string, Program*>::const_iterator IteratorImpl; typedef in glc::ProgramCollection::Iterator 83 explicit Iterator (const IteratorImpl& i) : m_impl(i) {} in Iterator() 96 IteratorImpl m_impl;
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 8770 class IteratorImpl; 8772 class IteratorImpl<IndexSequence<I...>> 8775 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, 8783 ~IteratorImpl() override {} 8799 return new IteratorImpl(*this); 8810 const IteratorImpl* typed_other = 8811 CheckedDowncastToActualType<const IteratorImpl>(&other); 8862 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>;
|