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

1 2 3 4 5

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 101 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::LT_LoT
103 static range_check_result apply ( argument_type s )
115 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::LT_Zero
117 static range_check_result apply ( argument_type s )
130 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::LE_PrevLoT
132 static range_check_result apply ( argument_type s )
146 typedef typename Traits::argument_type argument_type typedef in struct:boost::numeric::convdetail::LT_HalfPrevLoT
162 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::GT_HiT
178 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::GE_SuccHiT
194 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::GT_HalfSuccHiT
218 typedef typename PredA::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::applyBoth
265 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::dummy_range_checker
284 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::generic_range_checker
461 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::trivial_converter_impl
488 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::rounding_converter
516 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::non_rounding_converter
    [all...]
conversion_traits.hpp 45 typedef typename mpl::if_< is_arithmetic<S>, S, S const&>::type argument_type ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl
69 typedef N const& argument_type ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.base/
unary_function.pass.cpp 15 // typedef Arg argument_type;
24 static_assert((std::is_same<std::unary_function<unsigned, char>::argument_type, unsigned>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/
unary_function.pass.cpp 20 static_assert((std::is_same<uf::argument_type, int>::value), "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
conversion_traits.hpp 29 typedef typename base_::argument_type argument_type; typedef in struct:boost::numeric::conversion_traits
converter.hpp 38 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::converter
41 result_type operator() ( argument_type s ) const { return this->convert(s) ; }
converter_policies.hpp 33 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef in struct:boost::numeric::Trunc
35 static source_type nearbyint ( argument_type s )
55 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef in struct:boost::numeric::Floor
57 static source_type nearbyint ( argument_type s )
74 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef in struct:boost::numeric::Ceil
76 static source_type nearbyint ( argument_type s )
93 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef in struct:boost::numeric::RoundEven
95 static source_type nearbyint ( argument_type s )
185 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::raw_converter
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
checked_delete.hpp 47 typedef T * argument_type; typedef in struct:boost::checked_deleter
59 typedef T * argument_type; typedef in struct:boost::checked_array_deleter
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
test_hash.h 16 operator()(typename std::add_lvalue_reference<const typename C::argument_type>::type x) const
  /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
  /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
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]