Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcallable_types.h52 struct ConstCallable { struct
53 constexpr ConstCallable(ConstCallable const& other) in ConstCallable() argument
56 constexpr ConstCallable(ConstCallable&& other) in ConstCallable() function
62 constexpr explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument
63 Ret value;
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp60 struct ConstCallable { struct
61 ConstCallable(ConstCallable const& other) in ConstCallable() argument
64 ConstCallable(ConstCallable&& other) in ConstCallable() function
70 explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument
71 Ret value;