Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcallable_types.h36 struct CopyCallable { struct
37 constexpr CopyCallable(CopyCallable const& other) in CopyCallable() function
40 constexpr CopyCallable(CopyCallable&& other) in CopyCallable() argument
46 constexpr explicit CopyCallable(bool x) : value(x) {} in CopyCallable() argument
47 Ret value;
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp44 struct CopyCallable { struct
45 CopyCallable(CopyCallable const& other) in CopyCallable() argument
48 CopyCallable(CopyCallable&& other) in CopyCallable() argument
54 explicit CopyCallable(bool x) : value(x) {} in CopyCallable() argument
55 Ret value;