Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp51 static const KVMap<char, uint64_t> g_SizeMap({ variable
76 return str + g_SizeMap.GetKey(unit); in Size2Str()
86 uint64_t unit = g_SizeMap.GetValue(str[index]); in Str2Size()