Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dunknown_field_set_unittest.cc274 const std::string other_debug_string = other_message.DebugString(); in TEST_F() local
275 EXPECT_NE(debug_string, other_debug_string); in TEST_F()
279 EXPECT_EQ(other_debug_string, empty_message_.DebugString()); in TEST_F()