#include <google/protobuf/unknown_field_set.h>
#include <google/protobuf/test_util.h>
#include <google/protobuf/unittest.pb.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/stubs/mutex.h>
#include <google/protobuf/wire_format.h>
#include <google/protobuf/stubs/callback.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
#include <google/protobuf/stubs/stl_util.h>
Go to the source code of this file.
Classes | |
class | google::protobuf::UnknownFieldSetTest |
Namespaces | |
google::protobuf | |
Macros | |
#define | MAKE_VECTOR(x) std::vector<int>(x, x + GOOGLE_ARRAYSIZE(x)) |
#define MAKE_VECTOR | ( | x | ) | std::vector<int>(x, x + GOOGLE_ARRAYSIZE(x)) |
Definition at line 579 of file unknown_field_set_unittest.cc.