#include <algorithm>
#include <random>
#include <string>
#include <vector>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/any_test.pb.h>
#include <google/protobuf/map_test_util.h>
#include <google/protobuf/map_unittest.pb.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/text_format.h>
#include <google/protobuf/wire_format.h>
#include <google/protobuf/util/message_differencer_unittest.pb.h>
#include <google/protobuf/util/field_comparator.h>
#include <google/protobuf/util/message_differencer.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
Go to the source code of this file.
◆ empty1_
unittest::TestEmptyMessage empty1_ |
|
protected |
◆ empty2_
unittest::TestEmptyMessage empty2_ |
|
protected |
◆ ignored_field_
std::string ignored_field_ |
|
protected |
◆ map_field_
◆ map_key_
◆ map_proto1_
unittest::TestMap map_proto1_ |
|
protected |
◆ map_proto2_
unittest::TestMap map_proto2_ |
|
protected |
◆ orderings_proto1_
unittest::TestFieldOrderings orderings_proto1_ |
|
protected |
◆ orderings_proto2_
unittest::TestFieldOrderings orderings_proto2_ |
|
protected |
◆ parent_fields_
std::vector<util::MessageDifferencer::SpecificField> parent_fields_ |
|
private |
◆ proto1_
unittest::TestAllTypes proto1_ |
|
protected |
◆ proto1diff_
unittest::TestDiffMessage proto1diff_ |
|
protected |
◆ proto1ex_
unittest::TestAllExtensions proto1ex_ |
|
protected |
◆ proto2_
unittest::TestAllTypes proto2_ |
|
protected |
◆ proto2diff_
unittest::TestDiffMessage proto2diff_ |
|
protected |
◆ proto2ex_
unittest::TestAllExtensions proto2ex_ |
|
protected |
◆ repeated_field_as_set_
bool repeated_field_as_set_ |
|
protected |
◆ set_field_
◆ unknown1_
UnknownFieldSet* unknown1_ |
|
protected |
◆ unknown2_
UnknownFieldSet* unknown2_ |
|
protected |
◆ use_equivalency_