Searched defs:next_page (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/heap/ | ||
H A D | large-spaces.h | 45 LargePage* next_page() { return static_cast<LargePage*>(list_node_.next()); } in next_page() function in v8::internal::LargePage 46 const LargePage* next_page() const { in next_page() function in v8::internal::LargePage |
H A D | new-spaces.h | 90 Page* next_page = current_page_->next_page(); in AdvancePage() local |
H A D | spaces.h | 273 Page* next_page() { return static_cast<Page*>(list_node_.next()); } in next_page() function in v8::internal::Page 276 const Page* next_page() const { in next_page() function in v8::internal::Page |
/third_party/skia/third_party/externals/harfbuzz/src/ | ||
H A D | hb-bit-set.hh | 466 unsigned int next_page = na; in process() local |
/third_party/backends/backend/escl/ | ||
H A D | escl.c | 1837 SANE_Bool next_page = SANE_FALSE; in sane_read() local |
Completed in 7 milliseconds