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

  /external/piex/src/binary_parse/
range_checked_byte_ptr.cc 77 page_data_(NULL),
88 page_data_(NULL),
103 page_data_(NULL),
216 page_data_ = page_begin;
230 // current_page_len_ will be set to zero. page_data_ may either remain
235 // (i.e. page_data_ is NULL and current_page_len_ is zero). In this case,
236 // page_data_ and current_page_len_ will remain unchanged.
248 page_data_ += amount_to_shorten;
range_checked_byte_ptr.h 193 // - page_data_ always points to a buffer of at least current_page_len_
237 mutable const unsigned char *page_data_; member in class:piex::binary_parse::RangeCheckedBytePtr
251 // Array offset corresponding to the "page_data_" pointer.
500 return page_data_[pos_in_page];
518 return page_data_[pos_in_page];

Completed in 2146 milliseconds