Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp60 struct ConstCallable { struct
61 ConstCallable(ConstCallable const& other) in ConstCallable() argument
64 ConstCallable(ConstCallable&& other) in ConstCallable() argument
70 explicit ConstCallable(bool x) : value(x) {} in ConstCallable() function
71 Ret value;
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp59 struct ConstCallable { struct
60 ConstCallable(ConstCallable const& other) in ConstCallable() function
63 ConstCallable(ConstCallable&& other) in ConstCallable() argument
69 explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument
70 Ret value;