Searched defs:diff_indicator (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/
H A Drelative_patcher_test.h220 std::ostringstream diff_indicator; local
228 diff_indicator << (found_diff ? " ^^" : " ");
234 std::string diff_indicator_str = diff_indicator.str();

Completed in 23 milliseconds