Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dcommon_util.cpp41 std::string::size_type typePos = str.find(":"); in ParseTypeAndValue() local
42 if (typePos != std::string::npos) { in ParseTypeAndValue()
43 type = str.substr(0, typePos); in ParseTypeAndValue()
44 std::string valueStr = str.substr(typePos + 1); in ParseTypeAndValue()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_util.cpp185 string::size_type typePos = str.find(":"); in GetTypeAndValue() local
186 if (typePos != str.npos) { in GetTypeAndValue()
187 type = str.substr(0, typePos); in GetTypeAndValue()
188 string valueStr = str.substr(typePos + 1); in GetTypeAndValue()

Completed in 2 milliseconds