Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h598 auto next1 = first1; variable
599 ++next1;
600 if (next1 != end1) {
602 while (*next1 == *next2) {
608 ++next1;
609 if (next1 == end1) {

Completed in 2 milliseconds