Home | History | Annotate | Download | only in src

Lines Matching refs:limit_

52 UTF8Buffer::UTF8Buffer() : data_(NULL), limit_(NULL) { }
62 if (cursor_ > limit_) {
72 limit_ = ComputeLimit(new_data, new_capacity);