#include <memory>
#include <google/protobuf/test_util.h>
#include <google/protobuf/unittest.pb.h>
#include <google/protobuf/unittest_no_field_presence.pb.h>
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/dynamic_message.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
Go to the source code of this file.
|
| google::protobuf::INSTANTIATE_TEST_SUITE_P (UseArena, DynamicMessageTest, ::testing::Bool()) |
|
| google::protobuf::TEST_F (DynamicMessageTest, Arena) |
|
| google::protobuf::TEST_F (DynamicMessageTest, Defaults) |
|
| google::protobuf::TEST_F (DynamicMessageTest, Descriptor) |
|
| google::protobuf::TEST_F (DynamicMessageTest, OnePrototype) |
|
| google::protobuf::TEST_F (DynamicMessageTest, Proto3) |
|
| google::protobuf::TEST_P (DynamicMessageTest, Extensions) |
|
| google::protobuf::TEST_P (DynamicMessageTest, IndependentOffsets) |
|
| google::protobuf::TEST_P (DynamicMessageTest, Oneof) |
|
| google::protobuf::TEST_P (DynamicMessageTest, PackedFields) |
|
| google::protobuf::TEST_P (DynamicMessageTest, SpaceUsed) |
|