OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IteratorImpl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
AllocatorList.h
88
class
IteratorImpl
89
: public iterator_adaptor_base<
IteratorImpl
<ValueT, IteratorBase>,
93
friend class
IteratorImpl
;
97
iterator_adaptor_base<
IteratorImpl
<ValueT, IteratorBase>, IteratorBase,
105
IteratorImpl
() = default;
106
IteratorImpl
(const
IteratorImpl
&) = default;
107
IteratorImpl
&operator=(const
IteratorImpl
&) = default;
109
explicit
IteratorImpl
(const IteratorBase &I) : base_type(I) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h
769
class
IteratorImpl
;
771
class
IteratorImpl
<IndexSequence<I...>>
774
IteratorImpl
(const ParamGeneratorInterface<ParamType>* base,
782
~
IteratorImpl
() override {}
798
return new
IteratorImpl
(*this);
809
const
IteratorImpl
* typed_other =
810
CheckedDowncastToActualType<const
IteratorImpl
>(&other);
861
using Iterator =
IteratorImpl
<typename MakeIndexSequence<sizeof...(T)>::type>;
Completed in 67 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026