Home | History | Annotate | Download | only in woff2

Lines Matching refs:length_

69         length_(len),
80 if ((offset_ + n_bytes > length_) ||
81 (offset_ > length_ - n_bytes)) {
92 if (offset_ + 1 > length_) {
101 if (offset_ + 2 > length_) {
115 if (offset_ + 3 > length_) {
126 if (offset_ + 4 > length_) {
140 if (offset_ + 4 > length_) {
149 if (offset_ + 8 > length_) {
159 size_t length() const { return length_; }
165 const size_t length_;