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;
166 def DefaultFormatter(stream): function
437 formatter = format.DefaultFormatter(sys.stdout)
323 absl::strings_internal::DefaultFormatter<std::string>::Type> in TEST()