HomeSort by relevance Sort by last modified time
    Searched refs:ConstCallable (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 60 struct ConstCallable {
61 ConstCallable(ConstCallable const& other)
64 ConstCallable(ConstCallable&& other)
70 explicit ConstCallable(bool x) : value(x) {}
556 using T = ConstCallable<bool>;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 60 struct ConstCallable {
61 ConstCallable(ConstCallable const& other)
64 ConstCallable(ConstCallable&& other)
70 explicit ConstCallable(bool x) : value(x) {}
552 using T = ConstCallable<bool>;

Completed in 163 milliseconds