Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h601 auto next2 = first2 + 1; in find() local
602 while (*next1 == *next2) { in find()
603 ++next2; in find()
604 if (next2 == end2) { in find()