HomeSort by relevance Sort by last modified time
    Searched refs:current_pos_ (Results 1 - 3 of 3) sorted by null

  /external/piex/src/binary_parse/
range_checked_byte_ptr.h 197 // sub_array_begin_ <= current_pos_ <= sub_array_end_
215 // Note that it is _not_ a class invariant that current_pos_ needs to lie
227 // called anywhere that current_pos_ changes (whereas, with the present
243 size_t current_pos_; member in class:piex::binary_parse::RangeCheckedBytePtr
470 // current_pos_ <= sub_array_end_ is a class invariant, but protect
472 if (current_pos_ <= sub_array_end_) {
473 return sub_array_end_ - current_pos_;
491 const size_t read_offset = current_pos_ + i;
535 if (current_pos_ < sub_array_end_) {
536 current_pos_++
    [all...]
range_checked_byte_ptr.cc 78 current_pos_(0),
89 current_pos_(0),
104 current_pos_(0),
119 sub_result.sub_array_begin_ = sub_result.current_pos_;
133 // sub_array_begin_ <= current_pos_ is a class invariant, but protect
135 if (sub_array_begin_ <= current_pos_) {
136 return current_pos_ - sub_array_begin_;
174 return x.current_pos_ == y.current_pos_;
  /bionic/libc/bionic/
dirent.cpp 56 long current_pos_; member in struct:DIR
67 d->current_pos_ = 0L;
115 d->current_pos_ = static_cast<long>(entry->d_off);
162 d->current_pos_ = 0L;
170 d->current_pos_ = ret;
175 return d->current_pos_;

Completed in 4054 milliseconds