Searched refs:hex_chars (Results 1 – 1 of 1) sorted by relevance
38 static const char hex_chars[] = "0123456789ABCDEF"; in ToHexChars() local39 ret.push_back(hex_chars[high_nibble]); in ToHexChars()40 ret.push_back(hex_chars[low_nibble]); in ToHexChars()