Searched refs:next2 (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ | ||
H A D | string_view.h | 601 auto next2 = first2 + 1; variable 602 while (*next1 == *next2) { 603 ++next2; 604 if (next2 == end2) { |
Completed in 2 milliseconds