HomeSort by relevance Sort by last modified time
    Searched refs:test_func (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/
bind1st.pass.cpp 19 #include "../test_func.h"
23 assert(std::bind1st(test_func(1), 5)(10.) == -5.);
  /external/libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/
bind2nd.pass.cpp 19 #include "../test_func.h"
23 assert(std::bind2nd(test_func(1), 5)(10) == 5.);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.bind.1st/
bind1st.pass.cpp 19 #include "../test_func.h"
23 assert(std::bind1st(test_func(1), 5)(10.) == -5.);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/
bind2nd.pass.cpp 19 #include "../test_func.h"
23 assert(std::bind2nd(test_func(1), 5)(10) == 5.);