Searched defs:IteratorImpl (Results 1 – 10 of 10) sorted by relevance
70 private class IteratorImpl<E>(private var array: Array<E>) : MutableIterator<E> { in iterator() class in kotlinx.coroutines.internal.CopyOnWriteList
82 …private class IteratorImpl<E>(private var array: Array<E>, private val size: Int) : MutableIterato… in iterator() class
246 struct IteratorImpl { struct251 template struct Foo::IteratorImpl<int>; member in test11::Foo252 template struct Foo::IteratorImpl<long>; member in test11::Foo
94 friend class IteratorImpl; variable110 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function
85 typedef typename std::map<std::string, Program*>::const_iterator IteratorImpl; typedef in vk::ProgramCollection::Iterator
80 typedef typename std::map<std::string, Program*>::const_iterator IteratorImpl; typedef in glc::ProgramCollection::Iterator
849 TraceProcessor::IteratorImpl::IteratorImpl(TraceProcessorImpl* trace_processor, in IteratorImpl() function in perfetto::trace_processor::TraceProcessor::IteratorImpl
774 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function
816 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function
813 IteratorImpl(const ParamGeneratorInterface<ParamType> *base, in IteratorImpl() function