Home
last modified time | relevance | path

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

/base/telephony/core_service/utils/vcard/src/
H A Dvcard_file_utils.cpp65 return !IsEnd(); in ReadLine()
78 return !IsEnd(); in PeekLine()
91 bool VCardFileUtils::IsEnd() in IsEnd() function in OHOS::Telephony::VCardFileUtils
H A Dvcard_decoder.cpp104 bool VCardDecoder::IsEnd() in IsEnd() function in OHOS::Telephony::VCardDecoder
106 return fileUtils_.IsEnd(); in IsEnd()
H A Dvcard_decoder_v21.cpp104 while (!IsEnd() && DecodeOne(errorCode)) { in Decode()
191 return !fileUtils_.IsEnd(); in ParseItem()
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_file_utils.h31 bool IsEnd();
H A Dvcard_decoder.h45 bool IsEnd();
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_filter.cpp34 bind(&StringUtils::IsEnd, &StringUtils::GetInstance(), placeholders::_1, placeholders::_2)) || in ParseMemoryGroup()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dstring_utils.h31 bool IsEnd(const std::string &content, const std::string &end);
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
H A Dparse_smaps_info.cpp107 if (StringUtils::GetInstance().IsEnd(line, "B")) { in GetInfo()
144 if (StringUtils::GetInstance().IsEnd(line, "B")) { in ShowSmapsData()
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dstring_utils.cpp45 bool StringUtils::IsEnd(const string &content, const string &end) in IsEnd() function in OHOS::HiviewDFX::StringUtils

Completed in 4 milliseconds