Home
last modified time | relevance | path

Searched refs:hexMap (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_uuid.cpp32 static const std::map<char, unsigned char> hexMap = { in CharToHex() local
57 auto it = hexMap.find(in); in CharToHex()
58 if (it != hexMap.end()) { in CharToHex()

Completed in 2 milliseconds