Lines Matching defs:next_offset
1206 uint32_t next_offset = reinterpret_cast<uint32_t>(ptr_) - reinterpret_cast<uint32_t>(begin_);1207 if (next_offset > data_end) {1208 LOG(ERROR) << StringPrintf("Out-of-bounds end of data subsection: %x", next_offset);