Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp4512 std::string Uint64ToHexStringNoPrefix(uint64_t number);
4727 return "0x" + Uint64ToHexStringNoPrefix(number); in Uint64ToHexString()
4730 std::string Uint64ToHexStringNoPrefix(uint64_t number) { in Uint64ToHexStringNoPrefix() function