Searched refs:testproto (Results 1 – 3 of 3) sorted by relevance
5 env.NanopbProto("testproto")6 env.Object('testproto.pb.c')7 env.Match(['testproto.pb.h', 'testproto.expected'])
1900 TestAllTypes testproto; in TEST_F() local1903 testproto.mutable_repeated_nested_message())); in TEST_F()1904 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()1919 TestAllTypes testproto; in TEST_F() local1922 testproto.mutable_repeated_string())); in TEST_F()1923 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()1938 TestAllTypes testproto; in TEST_F() local1941 testproto.mutable_repeated_nested_message())); in TEST_F()1942 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()1957 TestAllTypes testproto; in TEST_F() local[all …]