OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loadPageForOffset
(Results
1 - 2
of
2
) sorted by null
/external/piex/src/binary_parse/
range_checked_byte_ptr.h
226
// b) It would require more code:
loadPageForOffset
() would need to be
228
// approach,
loadPageForOffset
() is only called in operator[]).
407
void
loadPageForOffset
(size_t offset) const;
507
loadPageForOffset
(read_offset);
512
// After the call to
loadPageForOffset
(), read_offset must lie within
515
// potential bugs in
loadPageForOffset
().
range_checked_byte_ptr.cc
181
void RangeCheckedBytePtr::
loadPageForOffset
(size_t offset) const {
Completed in 36 milliseconds