Searched refs:pointer_to_binary_procedure (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/
H A Dfadapter.h63 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 87 milliseconds