Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.requirements/iterator.assoc.types/readable.traits/
Dindirectly_readable_traits.compile.pass.cpp131 struct std::indirectly_readable_traits<S2> { struct in std
132 using value_type = int;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.primitives/iterator.traits/
Dcxx20_iterator_traits.compile.pass.cpp250 struct std::indirectly_readable_traits<LegacyInputNoValueType> { struct in std
270 struct std::indirectly_readable_traits<LegacyForward> {
271 using value_type = LegacyForward::not_value_type;
410 struct std::indirectly_readable_traits<LegacyRandomAccessSpaceship> { struct in std
411 using value_type = LegacyRandomAccessSpaceship::not_value_type;
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/iterators/predef.iterators/__unconstrained_reverse_iterator/
Dtypes.compile.pass.cpp69 struct std::indirectly_readable_traits<FooIter> { struct in std
70 using value_type = int;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/reverse.iterators/
Dtypes.compile.pass.cpp77 struct std::indirectly_readable_traits<FooIter> { struct in std
78 using value_type = int;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/move.iterators/move.iterator/
Dtypes.pass.cpp45 struct std::indirectly_readable_traits<FooIter> { struct in std
46 using value_type = int;