Home | History | Annotate | Download | only in src

Lines Matching refs:HasMore

3026 bool ConsStringIteratorOp::HasMore() {
3064 // TODO(dcarney): Ensure uses of the api call HasMore first and avoid this.
3065 if (buffer8_ == end_) HasMore();
3090 bool StringCharacterStream::HasMore() {
3092 if (!op_->HasMore()) return false;