Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A 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
/aosp_15_r20/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper() function
210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/
H A Dlog_severity_test.cc38 std::string StreamHelper(absl::LogSeverity value) { in StreamHelper() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/
H A Dlog_severity_test.cc39 std::string StreamHelper(T value) { in StreamHelper() function
/aosp_15_r20/external/abseil-cpp/absl/base/
H A Dlog_severity_test.cc39 std::string StreamHelper(T value) { in StreamHelper() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/
H A Dlog_severity_test.cc39 std::string StreamHelper(T value) { in StreamHelper() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dlog_severity_test.cc39 std::string StreamHelper(T value) { in StreamHelper() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/
H A Dlog_severity_test.cc39 std::string StreamHelper(T value) { in StreamHelper() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/
H A Dlog_severity_test.cc39 std::string StreamHelper(T value) { in StreamHelper() function
/aosp_15_r20/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DAudioPrimaryHidlHalTest.h840 explicit StreamHelper(sp<Stream>& stream) : mStream(stream) {} in StreamHelper() function