Home
last modified time | relevance | path

Searched refs:argument_type (Results 1 – 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
D_function.h115 typedef typename _Operation::argument_type argument_type; typedef
137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> {
138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base;
140 typedef typename _Base::argument_type argument_type; typedef
142 typedef typename __call_traits<argument_type>::const_param_type _ArgParamType;
194 typedef typename _Base::argument_type argument_type; typedef
197 typedef typename __call_traits<argument_type>::param_type _ArgParamType;
198 typedef typename __call_traits<argument_type>::const_param_type _ConstArgParamType;
229 typedef typename _Base::argument_type argument_type; typedef
232 typedef typename __call_traits<argument_type>::param_type _ArgParamType;
[all …]
D_istream.c53 typedef typename _Traits::char_type argument_type; typedef
56 const ctype<argument_type>* _M_ctype;
58 _Is_not_wspace(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {} in _Is_not_wspace()
59 bool operator()(argument_type __c) const in operator()
65 typedef typename _Traits::char_type argument_type; typedef
68 const ctype<argument_type>* _M_ctype;
70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {} in _Is_wspace_null()
71 bool operator()(argument_type __c) const { in operator()
72 return _Traits::eq(__c, argument_type()) || in operator()
D_function_base.h41 typedef _Arg argument_type; typedef
184 typedef _Argument argument_type;
/external/stlport/test/unit/
Dfadapter.h51 typedef Arg argument_type; typedef
/external/astl/include/
Dfunctional42 typedef _Arg argument_type;