Searched refs:goldenproto (Results 1 – 1 of 1) sorted by relevance
1967 TestAllTypes goldenproto; in TEST_F() local1973 new_data = goldenproto.add_repeated_nested_message(); in TEST_F()1980 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()1986 TestAllTypes goldenproto; in TEST_F() local1992 new_data = goldenproto.add_repeated_string(); in TEST_F()1999 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()2005 TestAllTypes goldenproto; in TEST_F() local2011 new_data = goldenproto.add_repeated_nested_message(); in TEST_F()2018 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()2024 TestAllTypes goldenproto; in TEST_F() local[all …]