Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/system/libvintf/include/vintf/
H A DMapValueIterator.h34 struct IteratorImpl struct
36 using iterator_category = std::bidirectional_iterator_tag;
37 using value_type = V;
38 using difference_type = ptrdiff_t;
39 using pointer = typename std::conditional<is_const, const V *, V *>::type;
40 using reference = typename std::conditional<is_const, const V &, V &>::type;
42 using map_iter = typename std::conditional<is_const,
45 IteratorImpl(map_iter i) : mIter(i) {} in IteratorImpl() argument
52 IteratorImpl i = *this;
61 IteratorImpl i = *this;
/aosp_15_r20/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
H A DSmallSet.java160 static class IteratorImpl<T> implements Iterator<T> { class in SmallSet
172 IteratorImpl(final T firstElement, final T secondElement) { in IteratorImpl() method in SmallSet.IteratorImpl
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
H A DCopyOnWriteList.kt66 private class IteratorImpl<E>(private var array: Array<E>) : MutableIterator<E> { in iterator() class in kotlinx.coroutines.internal.CopyOnWriteList
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/wasmJs/src/internal/
H A DCopyOnWriteList.kt53 private class IteratorImpl<E>(private val array: Array<E>) : MutableIterator<E> { in iterator() class
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A 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
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
H A DCopyOnWriteList.kt59 private class IteratorImpl<E>(private val array: Array<E>) : MutableIterator<E> { in iterator() class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAllocatorList.h92 friend class IteratorImpl; variable
108 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAllocatorList.h92 friend class IteratorImpl; variable
108 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAllocatorList.h93 friend class IteratorImpl; variable
109 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAllocatorList.h92 friend class IteratorImpl; variable
108 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAllocatorList.h92 friend class IteratorImpl; variable
108 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAllocatorList.h92 friend class IteratorImpl; variable
108 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/trace_processor/
H A Diterator.h31 class IteratorImpl; variable
/aosp_15_r20/external/perfetto/include/perfetto/trace_processor/
H A Diterator.h31 class IteratorImpl; variable
/aosp_15_r20/external/perfetto/include/perfetto/ext/trace_processor/rpc/
H A Dquery_result_serializer.h38 class IteratorImpl; variable
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/trace_processor/rpc/
H A Dquery_result_serializer.h38 class IteratorImpl; variable
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Diterator_impl.cc29 IteratorImpl::IteratorImpl( in IteratorImpl() function in perfetto::trace_processor::IteratorImpl
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/
H A Diterator.h33 struct IteratorImpl { struct
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DOutput.h90 IteratorImpl(const T* output, size_t index) : mOutput(output), mIndex(index) {} in IteratorImpl() function
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dbackend_impl.h309 class IteratorImpl; variable
H A Dbackend_impl.cc1237 class BackendImpl::IteratorImpl : public Backend::Iterator { class in disk_cache::BackendImpl
1239 explicit IteratorImpl(base::WeakPtr<InFlightBackendIO> background_queue) in IteratorImpl() function in disk_cache::BackendImpl::IteratorImpl
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPrograms.hpp108 typedef typename std::map<std::string, Program *>::const_iterator IteratorImpl; typedef in vk::ProgramCollection::Iterator
/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp80 typedef typename std::map<std::string, Program *>::const_iterator IteratorImpl; typedef in glc::ProgramCollection::Iterator
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h838 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h838 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function

12345678910>>...20