Home
last modified time | relevance | path

Searched refs:map_proto1_ (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc2410 unittest::TestMap map_proto1_; member in google::protobuf::__anon1cb964b50111::ComparisonTest
3201 Map<string, std::string>& map1 = *map_proto1_.mutable_map_string_string(); in TEST_F()
3211 Run(map_proto1_, map_proto2_)); in TEST_F()
3215 Map<string, std::string>& map1 = *map_proto1_.mutable_map_string_string(); in TEST_F()
3226 GetFieldDescriptor(map_proto1_, "map_string_string.key")); in TEST_F()
3227 EXPECT_TRUE(differencer.Compare(map_proto1_, map_proto2_)); in TEST_F()