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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc263 const string other_debug_string = other_message.DebugString(); local
264 EXPECT_NE(debug_string, other_debug_string);
268 EXPECT_EQ(other_debug_string, empty_message_.DebugString());
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc263 const string other_debug_string = other_message.DebugString(); local
264 EXPECT_NE(debug_string, other_debug_string);
268 EXPECT_EQ(other_debug_string, empty_message_.DebugString());

Completed in 232 milliseconds