Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dcommon_util.cpp45 std::string::size_type valuePos = valueStr.find("kB"); in ParseTypeAndValue() local
46 if (valuePos == std::string::npos) { in ParseTypeAndValue()
47 valuePos = valueStr.find("KB"); in ParseTypeAndValue()
49 if (valuePos != std::string::npos) { in ParseTypeAndValue()
50 valueStr.resize(valuePos); in ParseTypeAndValue()

Completed in 2 milliseconds