#include <errno.h>#include <stdarg.h>#include <unistd.h>#include <google/protobuf/message.h>#include <google/protobuf/text_format.h>#include <google/protobuf/util/json_util.h>#include <google/protobuf/util/type_resolver_util.h>#include <google/protobuf/stubs/status.h>#include "conformance.pb.h"#include <google/protobuf/test_messages_proto2.pb.h>#include <google/protobuf/test_messages_proto3.pb.h>
Go to the source code of this file.
Namespaces | |
| google::protobuf | |
Functions | |
| bool | google::protobuf::CheckedRead (int fd, void *buf, size_t len) |
| void | google::protobuf::CheckedWrite (int fd, const void *buf, size_t len) |
| void | google::protobuf::DoTest (const ConformanceRequest &request, ConformanceResponse *response) |
| bool | google::protobuf::DoTestIo () |
| static string | GetTypeUrl (const Descriptor *message) |
| int | main () |
Variables | |
| const char * | kFailures [] |
| static const char | kTypeUrlPrefix [] = "type.googleapis.com" |
| int | test_count = 0 |
| TypeResolver * | type_resolver |
| string * | type_url |
| bool | verbose = false |
|
static |
Definition at line 66 of file protobuf/conformance/conformance_cpp.cc.
| int main | ( | ) |
Definition at line 257 of file protobuf/conformance/conformance_cpp.cc.
| const char* kFailures[] |
Definition at line 63 of file protobuf/conformance/conformance_cpp.cc.
|
static |
Definition at line 61 of file protobuf/conformance/conformance_cpp.cc.
| int test_count = 0 |
Definition at line 70 of file protobuf/conformance/conformance_cpp.cc.
| TypeResolver* type_resolver |
Definition at line 72 of file protobuf/conformance/conformance_cpp.cc.
| string* type_url |
Definition at line 73 of file protobuf/conformance/conformance_cpp.cc.
Definition at line 71 of file protobuf/conformance/conformance_cpp.cc.