Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/include/
Dmemory_data_plugin.h311 bool StringToUll(const char* word, uint64_t& value);
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp627 bool MemoryDataPlugin::StringToUll(const char* word, uint64_t& value) in StringToUll() function in MemoryDataPlugin
645 if ((key >= PRO_TGID && key <= PRO_VMHWM && key != PRO_NAME) && !StringToUll(word, value)) { in SetProcessInfo()