Lines Matching refs:argument_type

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()
178 typedef typename Traits::argument_type argument_type ; typedef
180 static range_check_result apply ( argument_type s ) in apply()
194 typedef typename Traits::argument_type argument_type ; typedef
196 static range_check_result apply ( argument_type s ) in apply()
218 typedef typename PredA::argument_type argument_type ; typedef
220 static range_check_result apply ( argument_type s ) in apply()
265 typedef typename Traits::argument_type argument_type ; typedef
267 static range_check_result out_of_range ( argument_type ) { return cInRange ; } in out_of_range()
268 static void validate_range ( argument_type ) {} in validate_range()
284 typedef typename Traits::argument_type argument_type ; typedef
286 static range_check_result out_of_range ( argument_type s ) in out_of_range()
293 static void validate_range ( argument_type s ) in validate_range()
453 … trivial_converter_impl : public std::unary_function< BOOST_DEDUCED_TYPENAME Traits::argument_type
461 typedef typename Traits::argument_type argument_type ; typedef
464 static result_type low_level_convert ( argument_type s ) { return s ; } in low_level_convert()
465 static source_type nearbyint ( argument_type s ) { return s ; } in nearbyint()
466 static result_type convert ( argument_type s ) { return s ; } in convert()
474 …ruct rounding_converter : public std::unary_function< BOOST_DEDUCED_TYPENAME Traits::argument_type
488 typedef typename Traits::argument_type argument_type ; typedef
491 static result_type convert ( argument_type s ) in convert()
504 …t non_rounding_converter : public std::unary_function< BOOST_DEDUCED_TYPENAME Traits::argument_type
516 typedef typename Traits::argument_type argument_type ; typedef
519 static source_type nearbyint ( argument_type s ) { return s ; } in nearbyint()
521 static result_type convert ( argument_type s ) in convert()