webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <iosfwd>
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/stringpiece.h>
Go to the source code of this file.
Classes | |
struct | google::protobuf::util::StatusPod |
class | google::protobuf::util::Status |
Namespaces | |
google::protobuf | |
google::protobuf::util | |
google::protobuf::util::error | |
Macros | |
#define | EXPECT_OK(value) EXPECT_TRUE((value).ok()) |
Functions | |
ostream & | google::protobuf::util::operator<< (ostream &os, const Status &x) |
#define EXPECT_OK | ( | value | ) | EXPECT_TRUE((value).ok()) |