Home | History | Annotate | Download | only in builtins

Lines Matching full:has_next

2020     bool has_next = stream.HasMore();
2021 uc32 next = has_next ? stream.GetNext() : 0;
2048 if (has_next) {