Searched refs:ShortDebugString (Results 1 – 9 of 9) sorted by relevance
129 TEST_F(TextFormatTest, ShortDebugString) { in TEST_F() argument138 proto_.ShortDebugString()); in TEST_F()202 EXPECT_EQ(expected_short_debug_string, proto_.ShortDebugString()); in TEST_F()
248 string ShortDebugString() const;
63 string Message::ShortDebugString() const { in ShortDebugString() function in google::protobuf::Message
150 const ::testing::internal::string short_str = value.ShortDebugString(); in PrintValue()
257 * Fixed ShortDebugString() to not be O(n^2). Durr.
9335 const ::testing::internal::string short_str = value.ShortDebugString();