#include <google/protobuf/util/internal/default_value_objectwriter.h>
#include <google/protobuf/util/internal/expecting_objectwriter.h>
#include <google/protobuf/util/internal/testdata/default_value_test.pb.h>
#include <google/protobuf/util/internal/type_info_test_helper.h>
#include <google/protobuf/util/internal/constants.h>
#include <gtest/gtest.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::util | |
google::protobuf::util::converter | |
google::protobuf::util::converter::testing | |
Functions | |
google::protobuf::util::converter::testing::INSTANTIATE_TEST_SUITE_P (DifferentTypeInfoSourceTest, DefaultValueObjectWriterSuppressListTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) | |
google::protobuf::util::converter::testing::INSTANTIATE_TEST_SUITE_P (DifferentTypeInfoSourceTest, DefaultValueObjectWriterTest, ::testing::Values(testing::USE_TYPE_RESOLVER)) | |
google::protobuf::util::converter::testing::TEST_P (DefaultValueObjectWriterSuppressListTest, Empty) | |
google::protobuf::util::converter::testing::TEST_P (DefaultValueObjectWriterTest, Empty) | |
google::protobuf::util::converter::testing::TEST_P (DefaultValueObjectWriterTest, NonDefaultDouble) | |
google::protobuf::util::converter::testing::TEST_P (DefaultValueObjectWriterTest, ShouldRetainUnknownField) | |