Home
last modified time | relevance | path

Searched defs:basic_common_reference (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.commonref/
H A Dcommon_reference.compile.pass.cpp278 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 Dindirectly_movable_storable.compile.pass.cpp112 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 Dindirectly_readable.compile.pass.cpp114 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 Diter_common_reference_t.compile.pass.cpp38 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 Dindirectly_copyable_storable.compile.pass.cpp247 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 Dcommon_reference.compile.pass.cpp38 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>>;