Home
last modified time | relevance | path

Searched defs:Incrementable (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/
H A Drange_concept_conformance.compile.pass.cpp28 struct Incrementable { struct
31 auto operator<=>(const Incrementable&) const = default; argument
/aosp_15_r20/frameworks/native/include/ftl/
H A Dmixins.h116 struct Incrementable : details::Mixin<Self, Incrementable> { struct
131 struct Addable : details::Mixin<Self, Addable>, Incrementable<Self> { argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/doc/
Diterator_concepts.rst67 .. |Incrementable| replace:: *Incrementable Iterator* substdef in Iterator Traversal Concepts
68 .. _Incrementable: IncrementableIterator.html target in Iterator Traversal Concepts
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/internal/
H A Dintrusive_list_iterator.h134 friend class Incrementable<ForwardIterator<T, I>, I>; variable
179 friend class Incrementable<BidirectionalIterator<T, I>, I>; variable
H A Dintrusive_list_item.h98 friend class Incrementable; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/iterator/
H A Dmember_typedefs.compile.pass.cpp32 struct Incrementable { struct
35 auto operator<=>(const Incrementable&) const = default; argument
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-1.cpp77 struct Incrementable { struct