Home
last modified time | relevance | path

Searched refs:has_more (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_api.cc270 bool has_more = true; in Dispatch() local
275 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() local
320 has_more = true; in DispatchOne()
339 return has_more; in DispatchOne()
/third_party/skia/third_party/externals/brotli/go/cbrotli/
Dwriter.go119 if len(p) == 0 && result.has_more == 0 {
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh300 bool has_more () const { return flags & MORE_COMPONENTS; } in has_more() function
411 if (!current->has_more ()) { current = nullptr; return; } in __next__()
/third_party/harfbuzz/src/
Dhb-ot-glyf-table.hh286 bool has_more () const { return flags & MORE_COMPONENTS; } in has_more() function
394 if (!current->has_more ()) { current = nullptr; return; } in __next__()