Searched refs:testproto (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc957 TestAllTypes testproto; local
960 testproto.mutable_repeated_nested_message()));
961 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString());
976 TestAllTypes testproto; local
979 testproto.mutable_repeated_string()));
980 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString());
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc1328 TestAllTypes testproto; local
1331 testproto.mutable_repeated_nested_message()));
1332 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString());
1347 TestAllTypes testproto; local
1350 testproto.mutable_repeated_string()));
1351 EXPECT_EQ(testproto.DebugString(), goldenproto.DebugString());

Completed in 2410 milliseconds