Searched refs:low_level_convert (Results 1 – 2 of 2) sorted by relevance
464 static result_type low_level_convert ( argument_type s ) { return s ; } in low_level_convert() function495 return RawConverterBase::low_level_convert(s1); in convert()524 return RawConverterBase::low_level_convert(s); in convert()
187 static result_type low_level_convert ( argument_type s ) { return static_cast<result_type>(s) ; } in low_level_convert() function