Searched refs:goldenproto (Results 1 – 1 of 1) sorted by relevance
1491 TestAllTypes goldenproto; in TEST_F() local1497 new_data = goldenproto.add_repeated_nested_message(); in TEST_F()1504 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()1510 TestAllTypes goldenproto; in TEST_F() local1516 new_data = goldenproto.add_repeated_string(); in TEST_F()1522 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()1528 TestAllTypes goldenproto; in TEST_F() local1534 new_data = goldenproto.add_repeated_nested_message(); in TEST_F()1541 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()1547 TestAllTypes goldenproto; in TEST_F() local[all …]