HomeSort by relevance Sort by last modified time
    Searched refs:argument_type (Results 1 - 14 of 14) sorted by null

  /external/stlport/stlport/stl/
_function.h 115 typedef typename _Operation::argument_type argument_type; typedef in struct:__unary_fun_aux
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 in class:unary_negate
142 typedef typename __call_traits<argument_type>::const_param_type _ArgParamType;
194 typedef typename _Base::argument_type argument_type; typedef in class:binder1st
197 typedef typename __call_traits<argument_type>::param_type _ArgParamType
229 typedef typename _Base::argument_type argument_type; typedef in class:binder2nd
267 typedef typename _Base::argument_type argument_type; typedef in class:unary_compose
296 typedef typename _Base::argument_type argument_type; typedef in class:binary_compose
    [all...]
_function_base.h 41 typedef _Arg argument_type; typedef in struct:unary_function
184 typedef _Argument argument_type; typedef in struct:_Constant_unary_fun
_istream.c 53 typedef typename _Traits::char_type argument_type; typedef in struct:_Is_not_wspace
56 const ctype<argument_type>* _M_ctype;
58 _Is_not_wspace(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
59 bool operator()(argument_type __c) const
65 typedef typename _Traits::char_type argument_type;
68 const ctype<argument_type>* _M_ctype;
70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 115 typedef typename _Operation::argument_type argument_type; typedef in struct:__unary_fun_aux
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 in class:unary_negate
142 typedef typename __call_traits<argument_type>::const_param_type _ArgParamType;
194 typedef typename _Base::argument_type argument_type; typedef in class:binder1st
197 typedef typename __call_traits<argument_type>::param_type _ArgParamType
229 typedef typename _Base::argument_type argument_type; typedef in class:binder2nd
267 typedef typename _Base::argument_type argument_type; typedef in class:unary_compose
296 typedef typename _Base::argument_type argument_type; typedef in class:binary_compose
    [all...]
_function_base.h 41 typedef _Arg argument_type; typedef in struct:unary_function
184 typedef _Argument argument_type; typedef in struct:_Constant_unary_fun
_istream.c 53 typedef typename _Traits::char_type argument_type; typedef in struct:_Is_not_wspace
56 const ctype<argument_type>* _M_ctype;
58 _Is_not_wspace(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
59 bool operator()(argument_type __c) const
65 typedef typename _Traits::char_type argument_type;
68 const ctype<argument_type>* _M_ctype;
70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
    [all...]
  /external/astl/include/
functional 42 typedef _Arg argument_type;
  /external/stlport/test/unit/
fadapter.h 51 typedef Arg argument_type; typedef in class:pointer_to_unary_procedure
  /ndk/tests/device/test-gnustl-full/unit/
fadapter.h 51 typedef Arg argument_type; typedef in class:pointer_to_unary_procedure
  /ndk/tests/device/test-stlport/unit/
fadapter.h 51 typedef Arg argument_type; typedef in class:pointer_to_unary_procedure
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h 176 template<typename _Predicate, typename argument_type>
178 : public std::unary_function<argument_type, bool>
188 operator()(const argument_type& __x)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 102 typedef _Arg argument_type; ///< @c argument_type is the type of the typedef in struct:unary_function
347 : public unary_function<typename _Predicate::argument_type, bool>
357 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 331 : public std::unary_function<typename _Functor::argument_type,
337 typedef typename _Functor::argument_type argument_type; typedef in class:__detail::_Functor_Ref
344 operator()(argument_type __arg)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 96 typedef _Tp* argument_type; typedef in struct:std::tr1::_Sp_deleter

Completed in 472 milliseconds