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

  /external/stlport/test/unit/
fadapter.h 33 pointer_to_void_function<Result> ptr_fun(Result (*x)()) { function
  /external/stlport/stlport/stl/
_function_adaptors.h 775 ptr_fun(_Result (*__f)(_Arg)) function
780 ptr_fun(_Result (*__f)(_Arg1, _Arg2)) function
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ufunction.h 101 /// Use the \ref ptr_fun accessor to create this object.
117 /// Use the \ref ptr_fun accessor to create this object.
133 /// ptr_fun(pfn) wraps function pointer pfn into a functor class that calls it.
136 inline pointer_to_unary_function<Arg,Result> ptr_fun (Result (*pfn)(Arg)) function in namespace:ustl
141 /// ptr_fun(pfn) wraps function pointer pfn into a functor class that calls it.
144 inline pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun (Result (*pfn)(Arg1,Arg2)) function in namespace:ustl

Completed in 826 milliseconds