Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/utility/
Dstring_util.cpp312 auto matchPos = target.find_first_of(begin); in FindMatchSubString() local
313 if (matchPos == std::string::npos) { in FindMatchSubString()
316 auto beginPos = matchPos + offset; in FindMatchSubString()