/aosp_15_r20/system/libvintf/include/vintf/ |
H A D | MapValueIterator.h | 34 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 D | SmallSet.java | 160 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 D | CopyOnWriteList.kt | 66 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 D | CopyOnWriteList.kt | 53 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 D | p1.cpp | 246 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 D | CopyOnWriteList.kt | 59 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/ |
D | AllocatorList.h | 92 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 D | AllocatorList.h | 92 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 D | AllocatorList.h | 93 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/ |
D | AllocatorList.h | 92 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/ |
D | AllocatorList.h | 92 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/ |
D | AllocatorList.h | 92 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 D | iterator.h | 31 class IteratorImpl; variable
|
/aosp_15_r20/external/perfetto/include/perfetto/trace_processor/ |
H A D | iterator.h | 31 class IteratorImpl; variable
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/trace_processor/rpc/ |
H A D | query_result_serializer.h | 38 class IteratorImpl; variable
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/trace_processor/rpc/ |
H A D | query_result_serializer.h | 38 class IteratorImpl; variable
|
/aosp_15_r20/external/perfetto/src/trace_processor/ |
H A D | iterator_impl.cc | 29 IteratorImpl::IteratorImpl( in IteratorImpl() function in perfetto::trace_processor::IteratorImpl
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/ |
H A D | iterator.h | 33 struct IteratorImpl { struct
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | Output.h | 90 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 D | backend_impl.h | 309 class IteratorImpl; variable
|
H A D | backend_impl.cc | 1237 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 D | vkPrograms.hpp | 108 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 D | glcSubgroupsTestsUtils.hpp | 80 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/ |
D | gtest-param-util.h | 838 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/ |
D | gtest-param-util.h | 838 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function
|