Home
last modified time | relevance | path

Searched defs:StreamHelper (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DInfoLog.h31 StreamHelper(StreamHelper &&rhs) : mStream(rhs.mStream) { rhs.mStream = nullptr; } in StreamHelper() function
58 StreamHelper(std::stringstream *stream) : mStream(stream) { ASSERT(stream); } in StreamHelper() function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dlog_severity_test.cc38 std::string StreamHelper(absl::LogSeverity value) { in StreamHelper() function
/third_party/abseil-cpp/absl/base/
Dlog_severity_test.cc38 std::string StreamHelper(absl::LogSeverity value) { in StreamHelper() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h102 StreamHelper(StreamHelper &&rhs) : mStream(rhs.mStream) { rhs.mStream = nullptr; } in StreamHelper() function
129 StreamHelper(std::stringstream *stream) : mStream(stream) { ASSERT(stream); } in StreamHelper() function
/third_party/libsoup/libsoup/
Dsoup-cache.c767 } StreamHelper; typedef