Home | History | Annotate | Download | only in runtime

Lines Matching full:file_start

183   const uint8_t* file_start = reinterpret_cast<const uint8_t*>(begin_);
191 static_cast<size_t>(range_start - file_start),
197 const uint8_t* file_end = file_start + size_;
198 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
201 static_cast<size_t>(range_start - file_start),
202 static_cast<size_t>(range_end - file_start));