Lines Matching defs:next
201 size_t next = 0;
202 while (next < message.size()) {
204 size_t open_quote = message.find('\'', next);
211 result.write(msg + next, open_quote - next);
215 next = open_quote + 1;
234 // Continue to the next id, or end of string.
235 next = close_quote + 1;
2850 // The next test case show the not-a-logical-pointer case.
3029 // The next series of test check test a relaxation of the rules for stores to