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