/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.commonref/ |
H A D | common_reference.compile.pass.cpp | 278 struct basic_common_reference<BadBasicCommonReference, int, X, Y> { struct 279 using type = BadBasicCommonReference&; 283 struct basic_common_reference<int, BadBasicCommonReference, X, Y> { struct 284 using type = int&; 296 struct basic_common_reference<StructNotConvertibleToCommonReference, int, X, struct 298 using type = int&; 302 struct basic_common_reference<int, StructNotConvertibleToCommonReference, X, struct 304 using type = int&; 316 struct basic_common_reference<IntNotConvertibleToCommonReference, int, X, Y> { struct 317 using type = int&; [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.move/ |
H A D | indirectly_movable_storable.compile.pass.cpp | 112 struct std::basic_common_reference<NotConstructibleFromRefIn::ValueType, struct in std 118 struct std::basic_common_reference<NotConstructibleFromRefIn::ReferenceType, 120 using type = NotConstructibleFromRefIn::CommonType&; 155 struct std::basic_common_reference<NotAssignableFromRefIn::ValueType, struct in std 161 struct std::basic_common_reference<NotAssignableFromRefIn::ReferenceType, 163 using type = NotAssignableFromRefIn::CommonType&;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.readable/ |
H A D | indirectly_readable.compile.pass.cpp | 114 struct basic_common_reference<iter_ref3, iter_rvalue_ref, XQual, YQual> { struct 115 using type = iter_rvalue_ref; 118 struct basic_common_reference<iter_rvalue_ref, iter_ref3, XQual, YQual> { struct 119 using type = iter_rvalue_ref; 136 struct basic_common_reference<iter_ref4, iter_rvalue_ref, XQual, YQual> { struct 137 using type = iter_rvalue_ref; 140 struct basic_common_reference<iter_rvalue_ref, iter_ref4, XQual, YQual> { struct 141 using type = iter_rvalue_ref;
|
H A D | iter_common_reference_t.compile.pass.cpp | 38 struct std::basic_common_reference<A, B, TQual, QQual> { struct in std 42 struct std::basic_common_reference<B, A, TQual, QQual>
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.copy/ |
H A D | indirectly_copyable_storable.compile.pass.cpp | 247 struct std::basic_common_reference<NotConstructibleFromRefIn::ValueType, struct in std 253 struct std::basic_common_reference<NotConstructibleFromRefIn::ReferenceType, 255 using type = CommonType&; 289 struct std::basic_common_reference<NotAssignableFromRefIn::ValueType, struct in std 295 struct std::basic_common_reference<NotAssignableFromRefIn::ReferenceType, 297 using type = CommonType&;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.trans/meta.trans.other/ |
H A D | common_reference.compile.pass.cpp | 38 struct basic_common_reference< ::UserTuple<Ts...>, ::UserTuple<Us...>, TQual, UQual> struct 193 struct std::basic_common_reference<A, std::tuple<B>, TQual, UQual> { struct in std 194 using type = tuple<UQual<B>>;
|