Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAllocatorList.h94 friend class IteratorImpl; variable
110 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc362 TraceProcessor::IteratorImpl::IteratorImpl(TraceProcessorImpl* trace_processor, in IteratorImpl() function in perfetto::trace_processor::TraceProcessor::IteratorImpl
/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.hpp85 typedef typename std::map<std::string, Program*>::const_iterator IteratorImpl; typedef in vk::ProgramCollection::Iterator
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h771 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function