Searched refs:expected_hex (Results 1 – 1 of 1) sorted by relevance
239 std::ostringstream expected_hex; in DumpDiff() local245 expected_hex << " " << digits[expected_code[i] >> 4] << digits[expected_code[i] & 0xf]; in DumpDiff()253 std::string expected_hex_str = expected_hex.str(); in DumpDiff()