Searched refs:has_more (Results 1 – 4 of 4) sorted by relevance
270 bool has_more = true; in Dispatch() local275 while (has_more && --iterations_left != 0) { in Dispatch()277 has_more = DispatchOne(); in Dispatch()281 has_more = true; in Dispatch()285 if (has_more) { in Dispatch()293 bool has_more = false; in DispatchOne() local320 has_more = true; in DispatchOne()339 return has_more; in DispatchOne()
119 if len(p) == 0 && result.has_more == 0 {
300 bool has_more () const { return flags & MORE_COMPONENTS; } in has_more() function411 if (!current->has_more ()) { current = nullptr; return; } in __next__()
286 bool has_more () const { return flags & MORE_COMPONENTS; } in has_more() function394 if (!current->has_more ()) { current = nullptr; return; } in __next__()