#include <status.h>
◆ Status() [1/4]
google::protobuf::util::Status::Status |
( |
| ) |
|
◆ Status() [2/4]
◆ Status() [3/4]
google::protobuf::util::Status::Status |
( |
const Status & |
other | ) |
|
◆ Status() [4/4]
google::protobuf::util::Status::Status |
( |
const StatusPod & |
status_pod | ) |
|
◆ ~Status()
google::protobuf::util::Status::~Status |
( |
| ) |
|
|
inline |
◆ error_code()
int google::protobuf::util::Status::error_code |
( |
| ) |
const |
|
inline |
◆ error_message()
StringPiece google::protobuf::util::Status::error_message |
( |
| ) |
const |
|
inline |
◆ ok()
bool google::protobuf::util::Status::ok |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool google::protobuf::util::Status::operator!= |
( |
const Status & |
x | ) |
const |
|
inline |
◆ operator=()
Status & google::protobuf::util::Status::operator= |
( |
const Status & |
x | ) |
|
◆ operator==()
bool google::protobuf::util::Status::operator== |
( |
const Status & |
x | ) |
const |
◆ ToString()
string google::protobuf::util::Status::ToString |
( |
| ) |
const |
◆ CANCELLED
const StatusPod google::protobuf::util::Status::CANCELLED = { error::CANCELLED } |
|
static |
◆ OK
const StatusPod google::protobuf::util::Status::OK = { error::OK } |
|
static |
◆ UNKNOWN
const StatusPod google::protobuf::util::Status::UNKNOWN = { error::UNKNOWN } |
|
static |
The documentation for this class was generated from the following files:
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/stubs/status.h
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/stubs/status.cc