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

1 2

  /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...]
  /prebuilts/ndk/android-ndk-r5/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...]
  /prebuilts/ndk/android-ndk-r6/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...]
  /prebuilts/ndk/android-ndk-r7/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/llvm/include/llvm/ADT/
IndexedMap.h 37 typedef typename ToIndexT::argument_type IndexT;
  /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
  /prebuilts/gcc/linux-x86/host/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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
functional_hash.h 53 typedef _Arg argument_type; typedef in struct:__hash_base
stl_function.h 104 /// @c argument_type is the type of the argument
105 typedef _Arg argument_type; typedef in struct:unary_function
353 : public unary_function<typename _Predicate::argument_type, bool>
363 operator()(const typename _Predicate::argument_type& __x) const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
functional_hash.h 53 typedef _Arg argument_type; typedef in struct:__hash_base
  /prebuilts/gcc/linux-x86/host/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

Completed in 760 milliseconds

1 2