Home
last modified time | relevance | path

Searched refs:MoveOnlyCallable (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp30 struct MoveOnlyCallable { struct
31 MoveOnlyCallable(MoveOnlyCallable const&) = delete;
32 MoveOnlyCallable(MoveOnlyCallable&& other) in MoveOnlyCallable() function
39 explicit MoveOnlyCallable(bool x) : value(x) {} in MoveOnlyCallable() function
209 friend struct MoveOnlyCallable<EvilBool>;
229 friend struct MoveOnlyCallable<ExplicitBool>;
261 using T = MoveOnlyCallable<bool>; in constructor_tests()
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp29 struct MoveOnlyCallable { struct
30 MoveOnlyCallable(MoveOnlyCallable const&) = delete;
31 MoveOnlyCallable(MoveOnlyCallable&& other) in MoveOnlyCallable() function
38 explicit MoveOnlyCallable(bool x) : value(x) {} in MoveOnlyCallable() function
208 friend struct MoveOnlyCallable<EvilBool>;
228 friend struct MoveOnlyCallable<ExplicitBool>;
260 using T = MoveOnlyCallable<bool>; in constructor_tests()