Home | History | Annotate | Download | only in src

Lines Matching defs:from_

974       : string_(string), from_(from), length_(length) {
980 DCHECK(from_ + length_ <= string_->length());
981 const uint8_t* chars = string_->GetChars() + from_;
998 int from_;