Home
last modified time | relevance | path

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

/art/compiler/linker/
Drelative_patcher_test.h222 std::ostringstream diff_indicator; in DumpDiff() local
230 diff_indicator << (found_diff ? " ^^" : " "); in DumpDiff()
236 std::string diff_indicator_str = diff_indicator.str(); in DumpDiff()