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

  /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_;
  /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...]

Completed in 70 milliseconds