Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp22 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
37 std::ref(three_args)(x, x, x); in main() local
38 std::ref(three_args)(x, x, cx); in main() local
39 std::ref(three_args)(x, cx, x); in main() local
40 std::ref(three_args)(cx, x, x); in main() local
41 std::ref(three_args)(x, cx, cx); in main() local
42 std::ref(three_args)(cx, x, cx); in main() local
43 std::ref(three_args)(cx, cx, x); in main() local
44 std::ref(three_args)(cx, cx, cx); in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Drobust_against_adl.pass.cpp41 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function