Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h561 auto first1 = begin() + static_cast<difference_type>(pos); in find() local
564 while (first1 != end1 && (*first1 != str)) { in find()
565 ++first1; in find()
567 if (first1 != end1) { in find()
568 return static_cast<size_type>(first1 - begin()); in find()
591 while (first1 != end1) { in find()
593 while (first1 != end1 && (*first1 != *first2)) { in find()
594 ++first1; in find()
596 if (first1 != end1) { in find()
598 auto next1 = first1; in find()
[all …]