Home
last modified time | relevance | path

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

/frameworks/native/libs/tracing_perfetto/tests/
Dutils.cpp38 static const char hex_chars[] = "0123456789ABCDEF"; in ToHexChars() local
39 ret.push_back(hex_chars[high_nibble]); in ToHexChars()
40 ret.push_back(hex_chars[low_nibble]); in ToHexChars()