/third_party/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 …]
|
/third_party/boost/boost/range/ |
D | mfc_map.hpp | 37 typedef BOOST_DEDUCED_TYPENAME range_reference<const map_type>::type argument_type; typedef 40 result_type operator()( argument_type r ) const in operator ()() 50 typedef BOOST_DEDUCED_TYPENAME range_reference<map_type>::type argument_type; typedef 53 result_type operator()( argument_type r ) const in operator ()() 63 typedef BOOST_DEDUCED_TYPENAME range_reference<const map_type>::type argument_type; typedef 66 result_type operator()( argument_type r ) const in operator ()() 77 typedef range_reference<const CMapStringToString>::type argument_type; typedef 80 result_type operator()( argument_type r ) const in operator ()() 89 typedef range_reference<CMapStringToString>::type argument_type; typedef 92 result_type operator()( argument_type r ) const in operator ()() [all …]
|
/third_party/boost/boost/numeric/conversion/ |
D | converter_policies.hpp | 34 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef 36 static source_type nearbyint ( argument_type s ) in nearbyint() 56 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef 58 static source_type nearbyint ( argument_type s ) in nearbyint() 75 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef 77 static source_type nearbyint ( argument_type s ) in nearbyint() 94 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef 96 static source_type nearbyint ( argument_type s ) in nearbyint() 186 typedef typename Traits::argument_type argument_type ; typedef 188 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 ()()
|
/third_party/boost/boost/python/ |
D | to_python_value.hpp | 60 typedef typename value_arg<T>::type argument_type; typedef 62 PyObject* operator()(argument_type) const; 89 typedef typename value_arg<T>::type argument_type; typedef 91 PyObject* operator()(argument_type) const; 105 typedef typename value_arg<T>::type argument_type; typedef 107 PyObject* operator()(argument_type) const; 109 PyTypeObject const* get_pytype() const {return get_pytype((boost::type<argument_type>*)0);} in get_pytype() 154 inline PyObject* registry_to_python_value<T>::operator()(argument_type x) const in operator ()() 156 return converter::registered<argument_type>::converters.to_python(&x); in operator ()() 160 inline PyObject* object_manager_to_python_value<T>::operator()(argument_type x) const in operator ()() [all …]
|
/third_party/boost/libs/random/test/ |
D | integrate.hpp | 21 trapezoid(UnaryFunction f, typename UnaryFunction::argument_type a, in trapezoid() 22 typename UnaryFunction::argument_type b, int n) in trapezoid() 32 simpson(UnaryFunction f, typename UnaryFunction::argument_type a, in simpson() 33 typename UnaryFunction::argument_type b, int n) in simpson() 64 inline typename UnaryFunction::argument_type 65 quantil(UnaryFunction f, typename UnaryFunction::argument_type a, in quantil() 67 typename UnaryFunction::argument_type step) in quantil() 72 typename UnaryFunction::argument_type b = a; in quantil()
|
/third_party/boost/boost/container/detail/ |
D | algorithm.hpp | 36 typedef typename Func::second_argument_type argument_type; typedef in boost::container::binder1st 43 result_type operator()(const argument_type& arg) const in operator ()() 46 result_type operator()(argument_type& arg) const in operator ()() 62 typedef typename Func::first_argument_type argument_type; typedef in boost::container::binder2nd 69 result_type operator()(const argument_type& arg) const in operator ()() 72 result_type operator()(argument_type& arg) const in operator ()() 90 typedef typename Func::argument_type argument_type; typedef in boost::container::unary_negate 97 bool operator()(const typename Func::argument_type& arg) const in operator ()()
|
/third_party/boost/boost/icl/ |
D | functors.hpp | 339 remove_reference<typename Functor::first_argument_type>::type argument_type; typedef 340 typedef icl::inplace_erasure<argument_type> type; 417 argument_type; typedef 421 static argument_type proversion(const argument_type& value) in proversion() 430 static argument_type inversion(const argument_type& value) in inversion() 432 argument_type inverse = Combiner::identity_element(); in inversion() 442 typedef typename base_type::argument_type argument_type; typedef 444 argument_type operator()(const argument_type& value) in operator ()() 461 typedef typename base_type::argument_type argument_type; typedef
|
/third_party/boost/boost/wave/util/ |
D | transform_iterator.hpp | 40 typedef typename AdaptableUnaryFunctionT::argument_type argument_type; typedef in boost::wave::impl::ref_transform_iterator_generator 44 return_type (*)(argument_type), IteratorT, return_type> 68 typedef ParseTreeNodeT const &argument_type; typedef 71 transform (argument_type node) in transform()
|
/third_party/boost/libs/compute/include/boost/compute/functional/ |
D | hash.hpp | 50 typedef Key argument_type; typedef 56 m_function = make_function_from_source<result_type(argument_type)>( in hash_impl() 57 make_hash_function_name<argument_type>(), in hash_impl() 58 make_hash_function_source<argument_type>() in hash_impl() 69 function<result_type(argument_type)> m_function;
|
/third_party/boost/boost/compute/functional/ |
D | hash.hpp | 50 typedef Key argument_type; typedef 56 m_function = make_function_from_source<result_type(argument_type)>( in hash_impl() 57 make_hash_function_name<argument_type>(), in hash_impl() 58 make_hash_function_source<argument_type>() in hash_impl() 69 function<result_type(argument_type)> m_function;
|
/third_party/boost/boost/log/detail/ |
D | attribute_predicate.hpp | 54 typedef ArgT argument_type; typedef in boost::expressions::aux::attribute_predicate 60 const argument_type m_arg; 73 …attribute_predicate(attribute_name const& name, argument_type const& pred_arg) : m_arg(pred_arg), … in attribute_predicate() 85 …attribute_predicate(attribute_name const& name, argument_type const& pred_arg, U const& arg) : m_a… in attribute_predicate() 98 typedef binder2nd< predicate_type, argument_type const& > visitor_type; in operator ()()
|
/third_party/boost/libs/numeric/conversion/test/ |
D | test_helpers3.cpp | 27 typedef typename Converter::argument_type argument_type ; typedef 34 ConversionInstance ( result_type a_result, argument_type a_source, PostCondition a_post) in ConversionInstance() 50 argument_type source ; 62 typedef typename Instance::argument_type argument_type ; in test_conv_base() typedef 66 argument_type source = conv.source ; in test_conv_base()
|
D | numeric_cast_traits_test.cpp | 185 typedef typename Traits::argument_type argument_type ; typedef 190 static boost::numeric::range_check_result out_of_range( argument_type s ) in out_of_range() 201 static void validate_range ( argument_type s ) in validate_range() 233 typedef Double const& argument_type; typedef 235 static source_type nearbyint ( argument_type s ) in nearbyint() 255 typedef Double const& argument_type; typedef 257 static source_type nearbyint ( argument_type s ) in nearbyint()
|
D | udt_example_0.cpp | 170 typedef Float2IntTraits::argument_type argument_type ; typedef 172 static result_type low_level_convert ( argument_type s ) { return Int((int)s.mV); } in low_level_convert() 177 typedef Int2FloatTraits::argument_type argument_type ; typedef 179 static result_type low_level_convert ( argument_type s ) { return Float(s.mV); } in low_level_convert()
|
/third_party/boost/boost/gil/ |
D | channel_algorithm.hpp | 149 using argument_type = SrcChannelV; typedef 313 using argument_type = float32_t; typedef 323 using argument_type = float32_t; typedef 329 using argument_type = float32_t; typedef 337 using argument_type = uint32_t; typedef 347 using argument_type = float32_t; typedef 371 using argument_type = int8_t; typedef 380 using argument_type = int16_t; typedef 389 using argument_type = int32_t; typedef 406 using argument_type = uint8_t; typedef [all …]
|
D | utilities.hpp | 108 using argument_type = ArgType; typedef 127 typename D2::argument_type, 136 using argument_type = typename D2::argument_type; typedef in boost::gil::deref_compose 148 result_type operator()(argument_type x) const { return _fn1(_fn2(x)); } in operator ()() 149 result_type operator()(argument_type x) { return _fn1(_fn2(x)); } in operator ()() 211 using argument_type = T; typedef 232 using argument_type = T; typedef 241 using argument_type = T; typedef
|
/third_party/boost/libs/numeric/conversion/doc/ |
D | converter_policies.qbk | 138 typedef {S or S const&} argument_type ; 140 static source_type nearbyint ( argument_type s ) { ... } 160 static source_type nearbyint ( argument_type s ) 175 static source_type nearbyint ( argument_type s ) 187 static source_type nearbyint ( argument_type s ) 200 static source_type nearbyint ( argument_type s ) 240 typedef typename Traits::argument_type argument_type ; 242 static result_type low_level_convert ( argument_type s ) { return <impl defined> ; } 256 typedef typename Traits::argument_type argument_type ; 258 static result_type low_level_convert ( argument_type s ) [all …]
|
D | converter.qbk | 31 typedef typename Traits::argument_type argument_type ; 34 static result_type convert ( argument_type s ) ; 36 result_type operator() ( argument_type s ) const ; 40 static range_check_result out_of_range ( argument_type s ) ; 41 static void validate_range ( argument_type s ) ; 42 static result_type low_level_convert ( argument_type s ) ; 43 static source_type nearbyint ( argument_type s ) ; 107 [: `static result_type converter<>::convert ( argument_type s ) ; // throw 120 result_type converter<>::convert ( argument_type s ) 136 [: `static range_check_result numeric_converter<>::out_of_range ( argument_type s ) ;`] [all …]
|
/third_party/boost/boost/range/adaptor/ |
D | map.hpp | 30 typedef BOOST_DEDUCED_TYPENAME range_reference<const Map>::type argument_type; typedef 33 result_type operator()( argument_type r ) const in operator ()() 42 typedef BOOST_DEDUCED_TYPENAME range_reference<Map>::type argument_type; typedef 45 result_type operator()( argument_type r ) const in operator ()() 54 typedef BOOST_DEDUCED_TYPENAME range_reference<const Map>::type argument_type; typedef 57 result_type operator()( argument_type r ) const in operator ()()
|
/third_party/node/test/js-native-api/test_general/ |
D | test_general.c | 101 napi_valuetype argument_type; in testNapiTypeof() local 102 NAPI_CALL(env, napi_typeof(env, args[0], &argument_type)); in testNapiTypeof() 105 if (argument_type == napi_number) { in testNapiTypeof() 108 } else if (argument_type == napi_string) { in testNapiTypeof() 111 } else if (argument_type == napi_function) { in testNapiTypeof() 114 } else if (argument_type == napi_object) { in testNapiTypeof() 117 } else if (argument_type == napi_boolean) { in testNapiTypeof() 120 } else if (argument_type == napi_undefined) { in testNapiTypeof() 123 } else if (argument_type == napi_symbol) { in testNapiTypeof() 126 } else if (argument_type == napi_null) { in testNapiTypeof()
|
/third_party/boost/boost/optional/detail/ |
D | old_optional_implementation.hpp | 44 typedef T const& argument_type ; typedef 61 typedef raw_type& argument_type ; typedef 115 typedef BOOST_DEDUCED_TYPENAME types::argument_type argument_type ; typedef in boost::optional_detail::optional_base 131 optional_base ( argument_type val ) in optional_base() 151 optional_base ( bool cond, argument_type val ) in optional_base() 290 void assign ( argument_type val ) in assign() 340 void reset ( argument_type val ) { assign(val); } in reset() 352 void construct ( argument_type val ) in construct() 577 void assign_value ( argument_type val, is_not_reference_tag ) { get_impl() = val; } in assign_value() 578 void assign_value ( argument_type val, is_reference_tag ) { construct(val); } in assign_value() [all …]
|
/third_party/boost/boost/ |
D | functional.hpp | 31 typedef Arg1 argument_type; typedef 76 typedef typename Operation::argument_type argument_type; typedef 85 typedef A argument_type; typedef 118 typedef typename detail::unary_traits_imp<Operation*>::argument_type argument_type; typedef 127 typedef A argument_type; typedef 161 typedef typename Operation::argument_type argument_type; typedef 180 …lic boost::functional::detail::unary_function<typename unary_traits<Predicate>::argument_type,bool> 187 …bool operator()(typename call_traits<typename unary_traits<Predicate>::argument_type>::param_type … in operator ()()
|
/third_party/boost/libs/python/doc/html/numpy/_sources/reference/ |
D | unary_ufunc.rst.txt | 24 typename TArgument=typename TUnaryFunctor::argument_type, 48 typedef any_valid_type argument_type; 62 typename TArgument=typename TUnaryFunctor::argument_type, 75 typename TArgument=typename TUnaryFunctor::argument_type, 95 typedef double argument_type;
|
/third_party/boost/libs/python/doc/numpy/reference/ |
D | unary_ufunc.rst | 24 typename TArgument=typename TUnaryFunctor::argument_type, 48 typedef any_valid_type argument_type; 62 typename TArgument=typename TUnaryFunctor::argument_type, 75 typename TArgument=typename TUnaryFunctor::argument_type, 95 typedef double argument_type;
|