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

/frameworks/base/cmds/idmap/
H A Dinspect.cpp23 size_t pos_; member in class:__anon781::IdmapBuffer
25 IdmapBuffer() : buf_((const char *)MAP_FAILED), len_(0), pos_(0) {}
61 if (pos_ + sizeof(uint32_t) > len_) {
63 pos_);
67 if ((reinterpret_cast<uintptr_t>(buf_ + pos_) & 0x3) != 0) {
72 *i = dtohl(*reinterpret_cast<const uint32_t*>(buf_ + pos_));
73 pos_ += sizeof(uint32_t);
83 if (pos_ + sizeof(uint16_t) > len_) {
85 pos_);
89 if ((reinterpret_cast<uintptr_t>(buf_ + pos_)
[all...]

Completed in 319 milliseconds