Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcallable_types.h69 struct NoExceptCallable { struct
70 constexpr NoExceptCallable(NoExceptCallable const& other) in NoExceptCallable() argument
79 constexpr explicit NoExceptCallable(bool x) : value(x) {} in NoExceptCallable() argument
80 Ret value;
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp77 struct NoExceptCallable { struct
78 NoExceptCallable(NoExceptCallable const& other) in NoExceptCallable() argument
87 explicit NoExceptCallable(bool x) : value(x) {} in NoExceptCallable() argument
88 Ret value;