Lines Matching full:offset_
8158 : content_(other.content_), offset_(other.offset_) {}
8160 uc16 operator*() { return content_.Get(offset_); }
8162 return content_.UsesSameString(other.content_) && offset_ == other.offset_;
8165 return !content_.UsesSameString(other.content_) || offset_ != other.offset_;
8168 ++offset_;
8176 : content_(from->GetFlatContent()), offset_(offset) {}
8178 int offset_;