Home | History | Annotate | Download | only in src

Lines Matching defs:from_

10740       : string_(string), from_(from), length_(length), seed_(seed) { }
10744 ASSERT(from_ + length_ <= string_->length());
10757 string_->SeqAsciiStringGet(i + from_)));
10765 string_->SeqAsciiStringGet(i + from_)));
10782 Vector<const char> chars(string_->GetChars() + from_, length_);
10788 Vector<const char> chars(string_->GetChars() + from_, length_);
10794 int from_;