/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
D | converter.hpp | 101 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 …]
|
D | conversion_traits.hpp | 45 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/ |
D | converter_policies.hpp | 33 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()
|
D | converter.hpp | 38 typedef typename Traits::argument_type argument_type ; typedef 41 result_type operator() ( argument_type s ) const { return this->convert(s) ; } in operator ()()
|
D | conversion_traits.hpp | 29 typedef typename base_::argument_type argument_type; typedef
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _function.h | 115 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.h | 41 typedef _Arg argument_type; typedef 184 typedef _Argument argument_type;
|
D | _istream.c | 53 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/ |
D | checked_delete.hpp | 47 typedef T * argument_type; typedef 59 typedef T * argument_type; typedef
|
D | concept_check.hpp | 458 : 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>));
|
D | lexical_cast.hpp | 2167 >::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/ |
D | optional.hpp | 157 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/ |
D | unary_function.pass.cpp | 24 …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/ |
D | unary_function.pass.cpp | 20 static_assert((std::is_same<uf::argument_type, int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
D | test_hash.h | 25 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/ |
D | unary.pass.cpp | 46 typedef int argument_type; typedef
|
D | binary.pass.cpp | 46 typedef int argument_type; typedef
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | fadapter.h | 51 typedef Arg argument_type; typedef
|
/ndk/tests/device/test-stlport/unit/ |
D | fadapter.h | 51 typedef Arg argument_type; typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
D | mem_fn.hpp | 319 typedef T const * argument_type; typedef in boost::_mfi::dm
|
D | mem_fn_template.hpp | 26 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/ |
D | function_traits.hpp | 36 typedef T1 argument_type; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/ |
D | optional | 685 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/ |
D | functional | 23 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_base | 29 typedef _Arg argument_type;
|