Searched refs:debug_string (Results 1 – 6 of 6) sorted by relevance
157 const DebugString* getDebugString() const { return m_Data.debug_string; } in getDebugString()158 DebugString* getDebugString() { return m_Data.debug_string; } in getDebugString()161 { m_Data.debug_string = pDebugString; } in setDebugString()178 DebugString* debug_string; member
92 string debug_string; in DebugString() local97 printer.PrintToString(*this, &debug_string); in DebugString()99 return debug_string; in DebugString()103 string debug_string; in ShortDebugString() local109 printer.PrintToString(*this, &debug_string); in ShortDebugString()111 if (debug_string.size() > 0 && in ShortDebugString()112 debug_string[debug_string.size() - 1] == ' ') { in ShortDebugString()113 debug_string.resize(debug_string.size() - 1); in ShortDebugString()116 return debug_string; in ShortDebugString()120 string debug_string; in Utf8DebugString() local[all …]
270 const string debug_string = empty_message_.DebugString(); in TEST_F() local272 EXPECT_NE(debug_string, other_debug_string); in TEST_F()275 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F()280 const string debug_string = empty_message_.DebugString(); in TEST_F() local285 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F()
191 string debug_string = proto_.DebugString(); in TEST_F() local200 EXPECT_EQ(correct_string, debug_string); in TEST_F()216 string debug_string = proto_.DebugString(); in TEST_F() local237 EXPECT_EQ(correct_string, debug_string); in TEST_F()
1764 string debug_string = original_file->DebugString(); in TEST_F() local1767 SetupParser(debug_string.c_str()); in TEST_F()1772 << "Failed to parse:\n" << debug_string; in TEST_F()1792 << "Failed to validate:\n" << debug_string; in TEST_F()1814 string debug_string = original_file->DebugString(); in TEST_F() local1817 SetupParser(debug_string.c_str()); in TEST_F()1947 const string debug_string = in TEST_F() local1951 string::size_type found_pos = debug_string.find(expected_comments[i]); in TEST_F()1957 SetupParser(debug_string.c_str()); in TEST_F()1962 << "Failed to parse:\n" << debug_string; in TEST_F()[all …]
104 return (NULL != m_Data.debug_string); in hasDebugString()