HomeSort by relevance Sort by last modified time
    Searched defs:first_argument_type (Results 1 - 6 of 6) sorted by null

  /external/stlport/test/unit/
fadapter.h 68 typedef Arg1 first_argument_type; typedef in class:pointer_to_binary_procedure
  /ndk/sources/android/stlport/test/unit/
fadapter.h 68 typedef Arg1 first_argument_type; typedef in class:pointer_to_binary_procedure
  /external/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
_function.h 121 typedef typename _Operation::first_argument_type first_argument_type; typedef in struct:__binary_fun_aux
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
167 typedef typename _Base::first_argument_type first_argument_type; typedef in class:binary_negate
170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType;
199 typedef typename __call_traits<typename _Operation::first_argument_type>::const_param_type _ValueParamType;
203 typename _Operation::first_argument_type _M_value;
218 typedef typename _Operation::first_argument_type _Arg1_type
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
_function.h 121 typedef typename _Operation::first_argument_type first_argument_type; typedef in struct:__binary_fun_aux
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
167 typedef typename _Base::first_argument_type first_argument_type; typedef in class:binary_negate
170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType;
199 typedef typename __call_traits<typename _Operation::first_argument_type>::const_param_type _ValueParamType;
203 typename _Operation::first_argument_type _M_value;
218 typedef typename _Operation::first_argument_type _Arg1_type
    [all...]

Completed in 598 milliseconds