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

  /external/stlport/test/unit/
fadapter.h 63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ { class
70 pointer_to_binary_procedure() {} function in class:pointer_to_binary_procedure
71 pointer_to_binary_procedure(fun_type x) : ptr(x) {} function in class:pointer_to_binary_procedure
76 inline pointer_to_binary_procedure<Arg1, Arg2> ptr_proc(void (*x)(Arg1, Arg2)) {
77 return pointer_to_binary_procedure<Arg1, Arg2>(x);
  /ndk/tests/device/test-gnustl-full/unit/
fadapter.h 63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ { class
70 pointer_to_binary_procedure() {} function in class:pointer_to_binary_procedure
71 pointer_to_binary_procedure(fun_type x) : ptr(x) {} function in class:pointer_to_binary_procedure
76 inline pointer_to_binary_procedure<Arg1, Arg2> ptr_proc(void (*x)(Arg1, Arg2)) {
77 return pointer_to_binary_procedure<Arg1, Arg2>(x);
  /ndk/tests/device/test-stlport/unit/
fadapter.h 63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ { class
70 pointer_to_binary_procedure() {} function in class:pointer_to_binary_procedure
71 pointer_to_binary_procedure(fun_type x) : ptr(x) {} function in class:pointer_to_binary_procedure
76 inline pointer_to_binary_procedure<Arg1, Arg2> ptr_proc(void (*x)(Arg1, Arg2)) {
77 return pointer_to_binary_procedure<Arg1, Arg2>(x);

Completed in 40 milliseconds