Searched refs:MakeErrorStream (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | status_macros.h | 47 class MakeErrorStream { 57 explicit MakeErrorStreamWithOutput(MakeErrorStream* error_stream) in MakeErrorStreamWithOutput() 75 MakeErrorStream* wrapped_error_stream_; 86 MakeErrorStream(const char* file, int line, ERROR_CODE_TYPE code) in MakeErrorStream() function 97 MakeErrorStream& with_log_stack_trace() { in with_log_stack_trace() 112 MakeErrorStream* error_stream, bool is_logged_by_default = true); 114 const char* file, int line, MakeErrorStream* error_stream); 144 friend class MakeErrorStream; variable 156 TF_DISALLOW_COPY_AND_ASSIGN(MakeErrorStream); 181 return xla::status_macros::MakeErrorStream(__FILE__, __LINE__, \
|
D | status_macros.cc | 87 void MakeErrorStream::CheckNotDone() const { impl_->CheckNotDone(); } in CheckNotDone() 89 MakeErrorStream::Impl::Impl(const char* file, int line, in Impl() 91 MakeErrorStream* error_stream, in Impl() 102 MakeErrorStream::Impl::Impl(const Status& status, in Impl() 105 MakeErrorStream* error_stream) in Impl() 122 MakeErrorStream::Impl::~Impl() { in ~Impl() 131 Status MakeErrorStream::Impl::GetStatus() { in GetStatus() 162 void MakeErrorStream::Impl::CheckNotDone() const { in CheckNotDone()
|