Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc957 TestAllTypes testproto; in TEST_F() local
960 testproto.mutable_repeated_nested_message())); in TEST_F()
961 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
976 TestAllTypes testproto; in TEST_F() local
979 testproto.mutable_repeated_string())); in TEST_F()
980 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()