Home
last modified time | relevance | path

Searched refs:_Void_const_mem_fun0_ref (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
D_function_adaptors.h305 class _Void_const_mem_fun0_ref : public unary_function<_Tp,void> {
308 explicit _Void_const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {} in _Void_const_mem_fun0_ref() function
336 typedef _Void_const_mem_fun0_ref<_Tp> _Ref_const;
/external/stlport/etc/
DChangeLog190 _Void_mem_fun0_ref, _Void_mem_fun1_ref, _Void_const_mem_fun0_ref,