Home | History | Annotate | Download | only in src

Lines Matching defs:from_

541       : string_(string), from_(from), length_(length) {
547 DCHECK(from_ + length_ <= string_->length());
548 const uint8_t* chars = string_->GetChars() + from_;
565 int from_;