Lines Matching refs:_Base
53 using _Base = __formatter_string<_CharT>;
70 …__format_spec::__parsed_specifications<_CharT> __specs = _Base::__parser_.__get_parsed_std_specifi…
86 using _Base = formatter<const _CharT*, _CharT>;
89 return _Base::format(__str, __ctx);
97 using _Base = __formatter_string<_CharT>;
100 return _Base::format(basic_string_view<_CharT>(__str, _Size), __ctx);
108 using _Base = __formatter_string<_CharT>;
111 return _Base::format(basic_string_view<_CharT>(__str, _Size), __ctx);
119 using _Base = __formatter_string<_CharT>;
124 return _Base::format(basic_string_view<_CharT>(__str.data(), __str.size()), __ctx);
132 using _Base = __formatter_string<_CharT>;
137 return _Base::format(basic_string_view<_CharT>(__str.data(), __str.size()), __ctx);