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

  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_rvalue.pass.cpp 244 int f_nested(int i) function
257 assert(std::bind(f_nested, std::bind(g_nested, _1))(3) == 31);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_rvalue.pass.cpp 244 int f_nested(int i) function
257 assert(std::bind(f_nested, std::bind(g_nested, _1))(3) == 31);

Completed in 238 milliseconds