HomeSort by relevance Sort by last modified time
    Searched refs:IteratorImpl (Results 1 - 12 of 12) sorted by null

  /external/perfetto/src/trace_processor/
trace_processor_impl.h 68 friend class IteratorImpl;
74 std::vector<IteratorImpl*> iterators_;
84 class TraceProcessor::IteratorImpl {
86 IteratorImpl(TraceProcessorImpl* impl,
92 ~IteratorImpl();
94 IteratorImpl(IteratorImpl&) noexcept = delete;
95 IteratorImpl& operator=(IteratorImpl&) = delete;
97 IteratorImpl(IteratorImpl&&) noexcept = default
    [all...]
trace_processor_impl.cc 343 std::unique_ptr<IteratorImpl> impl(new IteratorImpl(
362 TraceProcessor::IteratorImpl::IteratorImpl(TraceProcessorImpl* trace_processor,
375 TraceProcessor::IteratorImpl::~IteratorImpl() {
388 void TraceProcessor::IteratorImpl::Reset() {
389 *this = IteratorImpl(nullptr, nullptr, ScopedStmt(), 0, base::nullopt, 0);
392 void TraceProcessor::IteratorImpl::RecordFirstNextInSqlStats() {
trace_processor.cc 32 TraceProcessor::Iterator::Iterator(std::unique_ptr<IteratorImpl> iterator)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
AllocatorList.h 89 class IteratorImpl
90 : public iterator_adaptor_base<IteratorImpl<ValueT, IteratorBase>,
94 friend class IteratorImpl;
98 iterator_adaptor_base<IteratorImpl<ValueT, IteratorBase>, IteratorBase,
106 IteratorImpl() = default;
107 IteratorImpl(const IteratorImpl &) = default;
108 IteratorImpl &operator=(const IteratorImpl &) = default;
110 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {
    [all...]
  /external/perfetto/include/perfetto/trace_processor/
trace_processor.h 35 class IteratorImpl;
40 Iterator(std::unique_ptr<IteratorImpl> iterator);
74 std::unique_ptr<IteratorImpl> iterator_;
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 246 struct IteratorImpl {
247 template<class T> friend class IteratorImpl;
251 template struct Foo::IteratorImpl<int>;
252 template struct Foo::IteratorImpl<long>;
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util.h 766 class IteratorImpl;
768 class IteratorImpl<IndexSequence<I...>>
771 IteratorImpl(const ParamGeneratorInterface<ParamType>* base,
779 ~IteratorImpl() override {}
795 return new IteratorImpl(*this);
806 const IteratorImpl* typed_other =
807 CheckedDowncastToActualType<const IteratorImpl>(&other);
858 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkPrograms.hpp 85 typedef typename std::map<std::string, Program*>::const_iterator IteratorImpl;
88 explicit Iterator (const IteratorImpl& i) : m_impl(i) {}
101 IteratorImpl m_impl;
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
hibernate3.jar 
  /external/kotlinc/lib/
kotlin-stdlib.jar 
trove4j.jar 

Completed in 314 milliseconds