Searched defs:_Mem_fun1_ref (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_function_adaptors.h131 class _Mem_fun1_ref : public binary_function<_Tp,_Arg,_Result> { class in inherits:binary_function
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {} function in class:_Mem_fun1_ref
183 typedef _Mem_fun1_ref<_Result,_Tp,_Arg> _Ref;
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_function_adaptors.h131 class _Mem_fun1_ref : public binary_function<_Tp,_Arg,_Result> { class in inherits:binary_function
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {} function in class:_Mem_fun1_ref
183 typedef _Mem_fun1_ref<_Result,_Tp,_Arg> _Ref;
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_function_adaptors.h131 class _Mem_fun1_ref : public binary_function<_Tp,_Arg,_Result> { class in inherits:binary_function
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {} function in class:_Mem_fun1_ref
183 typedef _Mem_fun1_ref<_Result,_Tp,_Arg> _Ref;
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_function_adaptors.h131 class _Mem_fun1_ref : public binary_function<_Tp,_Arg,_Result> { class in inherits:binary_function
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {} function in class:_Mem_fun1_ref
183 typedef _Mem_fun1_ref<_Result,_Tp,_Arg> _Ref;

Completed in 67 milliseconds