Searched refs:DefaultFormatter (Results 1 – 6 of 6) sorted by relevance
159 struct DefaultFormatter { struct163 struct DefaultFormatter<const char*> { argument167 struct DefaultFormatter<char*> {171 struct DefaultFormatter<std::string> {175 struct DefaultFormatter<absl::string_view> {179 struct DefaultFormatter<ValueType*> {180 typedef DereferenceFormatterImpl<typename DefaultFormatter<ValueType>::Type>185 struct DefaultFormatter<std::unique_ptr<ValueType>>186 : public DefaultFormatter<ValueType*> {};291 typedef typename DefaultFormatter<ValueType>::Type Formatter;
113 pub type Error = crate::error::Error<crate::error::DefaultFormatter>;
166 def DefaultFormatter(stream): function
485 formatter = format.DefaultFormatter(sys.stdout)
45 pub use KindFormatter as DefaultFormatter;47 pub use RichFormatter as DefaultFormatter;59 pub struct Error<F: ErrorFormatter = DefaultFormatter> {
323 absl::strings_internal::DefaultFormatter<std::string>::Type> in TEST()