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

/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_function_adaptors.h144 class _Const_mem_fun0_ref : public unary_function<_Tp,_Result> { class in inherits:unary_function
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {} function in class:_Const_mem_fun0_ref
176 typedef _Const_mem_fun0_ref<_Result,_Tp> _Ref_const;
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_function_adaptors.h144 class _Const_mem_fun0_ref : public unary_function<_Tp,_Result> { class in inherits:unary_function
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {} function in class:_Const_mem_fun0_ref
176 typedef _Const_mem_fun0_ref<_Result,_Tp> _Ref_const;
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_function_adaptors.h144 class _Const_mem_fun0_ref : public unary_function<_Tp,_Result> { class in inherits:unary_function
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {} function in class:_Const_mem_fun0_ref
176 typedef _Const_mem_fun0_ref<_Result,_Tp> _Ref_const;
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_function_adaptors.h144 class _Const_mem_fun0_ref : public unary_function<_Tp,_Result> { class in inherits:unary_function
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {} function in class:_Const_mem_fun0_ref
176 typedef _Const_mem_fun0_ref<_Result,_Tp> _Ref_const;

Completed in 50 milliseconds