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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke.pass.cpp 263 int f_int_2(int i, int j) function
284 std::function<int (int, int)> r1(f_int_2);
291 int (*fp)(int, int) = f_int_2;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/refwrap/refwrap.invoke/
invoke.pass.cpp 259 int f_int_2(int i, int j) function
280 std::reference_wrapper<int (int, int)> r1(f_int_2);
287 int (*fp)(int, int) = f_int_2;

Completed in 249 milliseconds