Home
last modified time | relevance | path

Searched refs:has_more_ (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/include/perfetto/ipc/
Dasync_result.h42 : msg_(std::move(msg)), has_more_(has_more), fd_(fd) { in msg_()
51 bool has_more() const { return has_more_; } in has_more()
52 void set_has_more(bool has_more) { has_more_ = has_more; } in set_has_more()
64 bool has_more_ = false; variable
/external/v8/src/regexp/
Dregexp-parser.h315 bool has_more() { return has_more_; } in has_more()
338 bool has_more_; variable
Dregexp-parser.cc41 has_more_(true), in RegExpParser()
96 has_more_ = false; in Advance()
103 has_more_ = (pos < in()->length()); in Reset()