Home
last modified time | relevance | path

Searched refs:argument_type (Results 1 – 25 of 26) sorted by relevance

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dconverter.hpp101 typedef typename Traits::argument_type argument_type ; typedef
103 static range_check_result apply ( argument_type s ) in apply()
115 typedef typename Traits::argument_type argument_type ; typedef
117 static range_check_result apply ( argument_type s ) in apply()
130 typedef typename Traits::argument_type argument_type ; typedef
132 static range_check_result apply ( argument_type s ) in apply()
146 typedef typename Traits::argument_type argument_type ; typedef
148 static range_check_result apply ( argument_type s ) in apply()
162 typedef typename Traits::argument_type argument_type ; typedef
164 static range_check_result apply ( argument_type s ) in apply()
[all …]
Dconversion_traits.hpp45 typedef typename mpl::if_< is_arithmetic<S>, S, S const&>::type argument_type ; typedef
69 typedef N const& argument_type ; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp33 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef
35 static source_type nearbyint ( argument_type s ) in nearbyint()
55 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef
57 static source_type nearbyint ( argument_type s ) in nearbyint()
74 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef
76 static source_type nearbyint ( argument_type s ) in nearbyint()
93 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef
95 static source_type nearbyint ( argument_type s ) in nearbyint()
185 typedef typename Traits::argument_type argument_type ; typedef
187 static result_type low_level_convert ( argument_type s ) { return static_cast<result_type>(s) ; } in low_level_convert()
Dconverter.hpp38 typedef typename Traits::argument_type argument_type ; typedef
41 result_type operator() ( argument_type s ) const { return this->convert(s) ; } in operator ()()
Dconversion_traits.hpp29 typedef typename base_::argument_type argument_type; typedef
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h115 typedef typename _Operation::argument_type argument_type; typedef
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
142 typedef typename __call_traits<argument_type>::const_param_type _ArgParamType;
194 typedef typename _Base::argument_type argument_type; typedef
197 typedef typename __call_traits<argument_type>::param_type _ArgParamType;
198 typedef typename __call_traits<argument_type>::const_param_type _ConstArgParamType;
229 typedef typename _Base::argument_type argument_type; typedef
232 typedef typename __call_traits<argument_type>::param_type _ArgParamType;
[all …]
D_function_base.h41 typedef _Arg argument_type; typedef
184 typedef _Argument argument_type;
D_istream.c53 typedef typename _Traits::char_type argument_type; typedef
56 const ctype<argument_type>* _M_ctype;
58 _Is_not_wspace(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {} in _Is_not_wspace()
59 bool operator()(argument_type __c) const in operator()
65 typedef typename _Traits::char_type argument_type; typedef
68 const ctype<argument_type>* _M_ctype;
70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {} in _Is_wspace_null()
71 bool operator()(argument_type __c) const { in operator()
72 return _Traits::eq(__c, argument_type()) || in operator()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dchecked_delete.hpp47 typedef T * argument_type; typedef
59 typedef T * argument_type; typedef
Dconcept_check.hpp458 : UnaryFunction<Func, typename Func::result_type, typename Func::argument_type>
460 typedef typename Func::argument_type argument_type;
466 BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
Dlexical_cast.hpp2167 >::type argument_type ; typedef
2169 static source_type nearbyint ( argument_type s ) in nearbyint()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp157 typedef T const& argument_type ; typedef
168 typedef raw_type& argument_type ; typedef
210 typedef BOOST_DEDUCED_TYPENAME types::argument_type argument_type ; typedef in boost::optional_detail::optional_base
226 optional_base ( argument_type val ) in optional_base()
235 optional_base ( bool cond, argument_type val ) in optional_base()
304 void assign ( argument_type val ) in assign()
332 void reset ( argument_type val ) { assign(val); } in reset()
344 void construct ( argument_type val ) in construct()
433 void assign_value ( argument_type val, is_not_reference_tag ) { get_impl() = val; } in assign_value()
434 void assign_value ( argument_type val, is_reference_tag ) { construct(val); } in assign_value()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.base/
Dunary_function.pass.cpp24 …static_assert((std::is_same<std::unary_function<unsigned, char>::argument_type, unsigned>::value),… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/
Dunary_function.pass.cpp20 static_assert((std::is_same<uf::argument_type, int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Dtest_hash.h25 operator()(typename std::add_lvalue_reference<const typename C::argument_type>::type x) const in operator()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/
Dunary.pass.cpp46 typedef int argument_type; typedef
Dbinary.pass.cpp46 typedef int argument_type; typedef
/ndk/tests/device/test-stlport/unit/
Dfadapter.h51 typedef Arg argument_type; typedef
/ndk/tests/device/test-gnustl-full/unit/
Dfadapter.h51 typedef Arg argument_type; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dmem_fn.hpp319 typedef T const * argument_type; typedef in boost::_mfi::dm
Dmem_fn_template.hpp26 typedef T * argument_type; in BOOST_MEM_FN_NAME() typedef
91 typedef T const * argument_type; in BOOST_MEM_FN_NAME() typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dfunction_traits.hpp36 typedef T1 argument_type; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
Doptional685 typedef std::experimental::optional<_Tp> argument_type;
689 result_type operator()(const argument_type& __opt) const _NOEXCEPT
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional23 typedef Arg argument_type;
187 : public unary_function<typename Predicate::argument_type, bool>
191 bool operator()(const typename Predicate::argument_type& x) const;
937 : public unary_function<typename _Predicate::argument_type, bool>
945 bool operator()(const typename _Predicate::argument_type& __x) const
D__functional_base29 typedef _Arg argument_type;

12