Searched refs:cursor_base (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/utils/
H A Dserialize.h64 unsigned char const *cursor_base; member in class:ArchiveReader
71 cursor(buf), cursor_base(NULL), good(buf != NULL) {
75 rsl_assert(cursor_base == NULL);
76 cursor_base = cursor;
80 rsl_assert(cursor_base != NULL);
81 rsl_assert(cursor_base + size >= cursor);
82 cursor = cursor_base + size;
83 cursor_base = NULL;

Completed in 1260 milliseconds