Searched refs:goldenproto (Results 1 – 1 of 1) sorted by relevance
1891 TestAllTypes goldenproto; in TEST_F() local1897 new_data = goldenproto.add_repeated_nested_message(); in TEST_F()1904 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()1910 TestAllTypes goldenproto; in TEST_F() local1916 new_data = goldenproto.add_repeated_string(); in TEST_F()1923 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()1929 TestAllTypes goldenproto; in TEST_F() local1935 new_data = goldenproto.add_repeated_nested_message(); in TEST_F()1942 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()1948 TestAllTypes goldenproto; in TEST_F() local[all …]