Searched refs:pointer_to_binary_procedure (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | fadapter.h | 63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ { 70 pointer_to_binary_procedure() {} in pointer_to_binary_procedure() function 71 pointer_to_binary_procedure(fun_type x) : ptr(x) {} in pointer_to_binary_procedure() function 76 inline pointer_to_binary_procedure<Arg1, Arg2> ptr_proc(void (*x)(Arg1, Arg2)) { in ptr_proc() 77 return pointer_to_binary_procedure<Arg1, Arg2>(x); in ptr_proc()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | fadapter.h | 63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ { 70 pointer_to_binary_procedure() {} in pointer_to_binary_procedure() function 71 pointer_to_binary_procedure(fun_type x) : ptr(x) {} in pointer_to_binary_procedure() function 76 inline pointer_to_binary_procedure<Arg1, Arg2> ptr_proc(void (*x)(Arg1, Arg2)) { in ptr_proc() 77 return pointer_to_binary_procedure<Arg1, Arg2>(x); in ptr_proc()
|