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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
binders.h 98 : public unary_function<typename _Operation::second_argument_type,
111 operator()(const typename _Operation::second_argument_type& __x) const
117 operator()(typename _Operation::second_argument_type& __x) const
138 typename _Operation::second_argument_type value;
142 const typename _Operation::second_argument_type& __y)
161 typedef typename _Operation::second_argument_type _Arg2_type;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h 195 typename second_argument_type, typename result_type>
197 : public std::unary_function<second_argument_type, result_type>
209 operator()(const second_argument_type& __x)
215 operator()(second_argument_type& __x) const
224 typename second_argument_type, typename result_type>
230 second_argument_type value;
234 const second_argument_type& __y)
  /external/stlport/stlport/stl/
_function.h 122 typedef typename _Operation::second_argument_type second_argument_type; typedef in struct:__binary_fun_aux
161 typename __BINARY_ARG(_Predicate, second_argument_type),
164 typename __BINARY_ARG(_Predicate, second_argument_type),
168 typedef typename _Base::second_argument_type second_argument_type; typedef in class:binary_negate
171 typedef typename __call_traits<second_argument_type>::const_param_type _SndArgParamType;
189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
234 typedef typename __call_traits<typename _Operation::second_argument_type>::const_param_type _ValueParamType
    [all...]
_function_base.h 55 typedef _Arg2 second_argument_type; typedef in struct:binary_function
195 typedef _Arg2 second_argument_type; typedef in struct:_Constant_binary_fun
_istream.c 81 typedef char_type* second_argument_type;
97 typedef char_type* second_argument_type;
115 typedef char_type* second_argument_type;
131 typedef char_type* second_argument_type;
149 typedef char_type* second_argument_type;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 122 typedef typename _Operation::second_argument_type second_argument_type; typedef in struct:__binary_fun_aux
161 typename __BINARY_ARG(_Predicate, second_argument_type),
164 typename __BINARY_ARG(_Predicate, second_argument_type),
168 typedef typename _Base::second_argument_type second_argument_type; typedef in class:binary_negate
171 typedef typename __call_traits<second_argument_type>::const_param_type _SndArgParamType;
189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
234 typedef typename __call_traits<typename _Operation::second_argument_type>::const_param_type _ValueParamType
    [all...]
_function_base.h 55 typedef _Arg2 second_argument_type; typedef in struct:binary_function
195 typedef _Arg2 second_argument_type; typedef in struct:_Constant_binary_fun
_istream.c 81 typedef char_type* second_argument_type;
97 typedef char_type* second_argument_type;
115 typedef char_type* second_argument_type;
131 typedef char_type* second_argument_type;
149 typedef char_type* second_argument_type;
    [all...]
  /external/astl/include/
functional 49 typedef _Arg2 second_argument_type;
  /external/stlport/test/unit/
fadapter.h 69 typedef Arg2 second_argument_type; typedef in class:pointer_to_binary_procedure
  /ndk/tests/device/test-gnustl-full/unit/
fadapter.h 69 typedef Arg2 second_argument_type; typedef in class:pointer_to_binary_procedure
  /ndk/tests/device/test-stlport/unit/
fadapter.h 69 typedef Arg2 second_argument_type; typedef in class:pointer_to_binary_procedure
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 117 typedef _Arg2 second_argument_type; ///< the type of the second argument typedef in struct:binary_function
371 typename _Predicate::second_argument_type, bool>
382 const typename _Predicate::second_argument_type& __y) const
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
hashtable_policy.h 398 typedef std::size_t second_argument_type; typedef in struct:std::__detail::_Mod_range_hashing
402 operator()(first_argument_type __num, second_argument_type __den) const

Completed in 431 milliseconds