Searched refs:IsEnd (Results 1 – 4 of 4) sorted by relevance
34 … &StringUtils::IsEnd, &StringUtils::GetInstance(), placeholders::_1, placeholders::_2)) || in ParseMemoryGroup()
31 bool IsEnd(const std::string &content, const std::string &end);
106 if (StringUtils::GetInstance().IsEnd(line, "B")) { in GetInfo()140 if (StringUtils::GetInstance().IsEnd(line, "B")) { in ShowSmapsData()
44 bool StringUtils::IsEnd(const string &content, const string &end) in IsEnd() function in OHOS::HiviewDFX::StringUtils