Home
last modified time | relevance | path

Searched defs:AbslFormatFlush (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Doutput.h70 inline void AbslFormatFlush(std::string* out, string_view s) { in AbslFormatFlush() function
73 inline void AbslFormatFlush(std::ostream* out, string_view s) { in AbslFormatFlush() function
77 inline void AbslFormatFlush(FILERawSink* sink, string_view v) { in AbslFormatFlush() function
81 inline void AbslFormatFlush(BufferRawSink* sink, string_view v) { in AbslFormatFlush() function
Dextension_test.cc34 friend void AbslFormatFlush(UserDefinedType* x, absl::string_view str) { in AbslFormatFlush() function
Dconvert_test.cc1047 friend void AbslFormatFlush(NullSink *sink, string_view str) {} in AbslFormatFlush() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.h652 friend void AbslFormatFlush(absl::Cord* cord, absl::string_view part) { in AbslFormatFlush() function