Home
last modified time | relevance | path

Searched refs:DefaultFormatter (Results 1 – 6 of 6) sorted by relevance

/third_party/abseil-cpp/absl/strings/internal/
Dstr_join_internal.h159 struct DefaultFormatter { struct
163 struct DefaultFormatter<const char*> { argument
167 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;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dstr_join_internal.h159 struct DefaultFormatter { struct
163 struct DefaultFormatter<const char*> { argument
167 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;
/third_party/mesa3d/src/gallium/tools/trace/
Dformat.py166 def DefaultFormatter(stream): function
Dparse.py437 formatter = format.DefaultFormatter(sys.stdout)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_join_test.cc323 absl::strings_internal::DefaultFormatter<std::string>::Type> in TEST()
/third_party/abseil-cpp/absl/strings/
Dstr_join_test.cc323 absl::strings_internal::DefaultFormatter<std::string>::Type> in TEST()