struct DoNothingStream

Defined at line 203 of file ../../third_party/android/platform/system/libbase/include/android-base/result.h

Stream class that does nothing and is has zero (actually 1) size. It is used instead of

std::stringstream when include_message is false so that we use less on stack.

sizeof(std::stringstream) is 280 on arm64.

Public Methods

template <typename T>
DoNothingStream & operator<< (T && )

Defined at line 205 of file ../../third_party/android/platform/system/libbase/include/android-base/result.h

std::string str ()

Defined at line 209 of file ../../third_party/android/platform/system/libbase/include/android-base/result.h