Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_invocable.pass.cpp36 struct NotCallableWithInt { struct
38 int operator()(Tag) { return 42; } in operator ()()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.rel/
H A Dis_invocable.pass.cpp39 struct NotCallableWithInt { struct
41 int operator()(Tag) { return 42; } in operator ()()