OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pointer_to_unary_procedure
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
fadapter.h
46
class
pointer_to_unary_procedure
/* :public unary_function<Arg, __void_tag> */ {
class
52
pointer_to_unary_procedure
() {}
function in class:pointer_to_unary_procedure
53
pointer_to_unary_procedure
(fun_type x) : ptr(x) {}
function in class:pointer_to_unary_procedure
58
inline
pointer_to_unary_procedure
<Arg> ptr_proc(void (*x)(Arg)) {
59
return
pointer_to_unary_procedure
<Arg>(x);
/ndk/tests/device/test-gnustl-full/unit/
fadapter.h
46
class
pointer_to_unary_procedure
/* :public unary_function<Arg, __void_tag> */ {
class
52
pointer_to_unary_procedure
() {}
function in class:pointer_to_unary_procedure
53
pointer_to_unary_procedure
(fun_type x) : ptr(x) {}
function in class:pointer_to_unary_procedure
58
inline
pointer_to_unary_procedure
<Arg> ptr_proc(void (*x)(Arg)) {
59
return
pointer_to_unary_procedure
<Arg>(x);
/ndk/tests/device/test-stlport/unit/
fadapter.h
46
class
pointer_to_unary_procedure
/* :public unary_function<Arg, __void_tag> */ {
class
52
pointer_to_unary_procedure
() {}
function in class:pointer_to_unary_procedure
53
pointer_to_unary_procedure
(fun_type x) : ptr(x) {}
function in class:pointer_to_unary_procedure
58
inline
pointer_to_unary_procedure
<Arg> ptr_proc(void (*x)(Arg)) {
59
return
pointer_to_unary_procedure
<Arg>(x);
Completed in 2901 milliseconds