Searched refs:_STLP_PSPEC2 (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _monetary.h | 90 explicit moneypunct _STLP_PSPEC2(char, true) (size_t __refs = 0); 109 ~moneypunct _STLP_PSPEC2(char, true) (); 130 explicit moneypunct _STLP_PSPEC2(char, false) (size_t __refs = 0); 149 ~moneypunct _STLP_PSPEC2(char, false) (); 172 explicit moneypunct _STLP_PSPEC2(wchar_t, true) (size_t __refs = 0); 190 ~moneypunct _STLP_PSPEC2(wchar_t, true) (); 211 explicit moneypunct _STLP_PSPEC2(wchar_t, false) (size_t __refs = 0); 229 ~moneypunct _STLP_PSPEC2(wchar_t, false) (); 256 explicit moneypunct_byname _STLP_PSPEC2(char, true) (const char * __name, size_t __refs = 0); 259 ~moneypunct_byname _STLP_PSPEC2(char, true) (); [all …]
|
D | _function_adaptors.h | 609 explicit mem_fun_t _STLP_PSPEC2(void,_Tp) (__fun_type __pf) : _M_f(__pf) {} 619 explicit const_mem_fun_t _STLP_PSPEC2(void,_Tp) (__fun_type __pf) : _M_f(__pf) {} 629 explicit mem_fun_ref_t _STLP_PSPEC2(void,_Tp) (__fun_type __pf) : _M_f(__pf) {} 639 explicit const_mem_fun_ref_t _STLP_PSPEC2(void,_Tp) (__fun_type __pf) : _M_f(__pf) {}
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | features.h | 1022 # define _STLP_PSPEC2(t1,t2) < t1,t2 > macro 1025 # define _STLP_PSPEC2(t1,t2) /* nothing */ macro
|