Home
last modified time | relevance | path

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

/external/nanopb-c/tests/regression/issue_141/
DSConscript5 env.NanopbProto("testproto")
6 env.Object('testproto.pb.c')
7 env.Match(['testproto.pb.h', 'testproto.expected'])
/external/grpc-grpc/third_party/nanopb/tests/regression/issue_141/
DSConscript5 env.NanopbProto("testproto")
6 env.Object('testproto.pb.c')
7 env.Match(['testproto.pb.h', 'testproto.expected'])
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc1900 TestAllTypes testproto; in TEST_F() local
1903 testproto.mutable_repeated_nested_message())); in TEST_F()
1904 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
1919 TestAllTypes testproto; in TEST_F() local
1922 testproto.mutable_repeated_string())); in TEST_F()
1923 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString()); in TEST_F()
1938 TestAllTypes testproto; in TEST_F() local
1941 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 …]