Home
last modified time | relevance | path

Searched defs:multiple_overloads (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.callable/concept.invocable/
H A Dinvocable.compile.pass.cpp224 struct multiple_overloads { struct
225 struct A {};
226 struct B { B(int); };
227 struct AB : A, B {};
228 struct O {};
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.callable/concept.regularinvocable/
H A Dregular_invocable.compile.pass.cpp250 struct multiple_overloads { struct
251 struct A {};
252 struct B { B(int); };
253 struct AB : A, B {};
254 struct O {};