Searched refs:diff_indicator_str (Results 1 – 1 of 1) sorted by relevance
255 std::string diff_indicator_str = diff_indicator.str(); in DumpDiff() local256 if (diff_indicator_str.length() > 60) { in DumpDiff()257 CHECK_EQ(diff_indicator_str.length() % 3u, 0u); in DumpDiff()258 size_t remove = diff_indicator_str.length() / 3 - 5; in DumpDiff()264 diff_indicator_str.replace(0u, remove * 3u, replacement); in DumpDiff()269 LOG(ERROR) << " " << diff_indicator_str; in DumpDiff()