Searched refs:_STLP_PSPEC3 (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _function_adaptors.h | 649 explicit mem_fun1_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {} 660 explicit const_mem_fun1_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {} 671 explicit mem_fun1_ref_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {} 682 explicit const_mem_fun1_ref_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {}
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | features.h | 1023 # define _STLP_PSPEC3(t1,t2,t3) < t1,t2,t3 > macro 1026 # define _STLP_PSPEC3(t1,t2,t3) /* nothing */ macro
|