Home
last modified time | relevance | path

Searched defs:IteratorImpl (Results 1 – 15 of 15) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DCopyOnWriteList.kt70 private class IteratorImpl<E>(private var array: Array<E>) : MutableIterator<E> { in iterator() class
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DCopyOnWriteList.kt82 …private class IteratorImpl<E>(private var array: Array<E>, private val size: Int) : MutableIterato… in iterator() class
/external/perfetto/include/perfetto/trace_processor/
Diterator.h31 class IteratorImpl; variable
/external/perfetto/src/trace_processor/rpc/
Dquery_result_serializer.h38 class IteratorImpl; variable
/external/perfetto/src/trace_processor/
Diterator_impl.cc27 IteratorImpl::IteratorImpl(TraceProcessorImpl* trace_processor, in IteratorImpl() function in perfetto::trace_processor::IteratorImpl
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp246 struct IteratorImpl { struct
251 template struct Foo::IteratorImpl<int>; member in test11::Foo
252 template struct Foo::IteratorImpl<long>; member in test11::Foo
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp246 struct IteratorImpl { struct
251 template struct Foo::IteratorImpl<int>; member in test11::Foo
252 template struct Foo::IteratorImpl<long>; member in test11::Foo
/external/llvm-project/llvm/include/llvm/ADT/
DAllocatorList.h93 friend class IteratorImpl; variable
109 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAllocatorList.h93 friend class IteratorImpl; variable
109 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.hpp89 typedef typename std::map<std::string, Program*>::const_iterator IteratorImpl; typedef in vk::ProgramCollection::Iterator
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp80 typedef typename std::map<std::string, Program*>::const_iterator IteratorImpl; typedef in glc::ProgramCollection::Iterator
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-param-util.h771 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h774 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h838 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h813 IteratorImpl(const ParamGeneratorInterface<ParamType> *base, in IteratorImpl() function