#include <status.h>
Public Member Functions | |
error::Code | code () const |
int | error_code () const |
StringPiece | error_message () const |
StringPiece | message () const |
bool | ok () const |
bool | operator!= (const Status &x) const |
Status & | operator= (const Status &x) |
bool | operator== (const Status &x) const |
Status () | |
Status (const Status &) | |
Status (error::Code error_code, StringPiece error_message) | |
string | ToString () const |
~Status () | |
Static Public Attributes | |
static const Status | CANCELLED = Status(error::CANCELLED, "") |
static const Status | OK = Status() |
static const Status | UNKNOWN = Status(error::UNKNOWN, "") |
Private Attributes | |
error::Code | error_code_ |
string | error_message_ |
Definition at line 67 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
google::protobuf::util::Status::Status | ( | ) |
Definition at line 89 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.cc.
google::protobuf::util::Status::Status | ( | error::Code | error_code, |
StringPiece | error_message | ||
) |
Definition at line 92 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.cc.
Definition at line 99 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.cc.
|
inline |
Definition at line 79 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
|
inline |
Definition at line 93 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
|
inline |
Definition at line 90 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
|
inline |
Definition at line 96 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
|
inline |
Definition at line 99 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
|
inline |
Definition at line 87 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
Definition at line 104 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
Definition at line 103 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.cc.
Definition at line 109 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.cc.
string google::protobuf::util::Status::ToString | ( | ) | const |
Definition at line 114 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.cc.
Definition at line 83 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
|
private |
Definition at line 112 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
|
private |
Definition at line 113 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
Definition at line 82 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
Definition at line 84 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.