#include "binary_json_conformance_suite.h"
#include "conformance_test.h"
#include "third_party/jsoncpp/json.h"
#include <google/protobuf/test_messages_proto3.pb.h>
#include <google/protobuf/test_messages_proto2.pb.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/strutil.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/wire_format_lite.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
Macros | |
#define | UNKNOWN_FIELD 666 |
#define | VARINT_MAX_LEN 10 |
#define UNKNOWN_FIELD 666 |
Definition at line 156 of file binary_json_conformance_suite.cc.
#define VARINT_MAX_LEN 10 |
Definition at line 103 of file binary_json_conformance_suite.cc.