| 1314 | return ptr_pos_; |
| 1315 | } |
| 1316 | const uint8_t* EndDataPointer() const { |
| 1317 | CHECK(!HasNext()); |
| 1318 | return ptr_pos_; |
| 1319 | } |
| 1320 | |
| 1321 | private: |
| 1322 | // A dex file's class_data_item is leb128 encoded, this structure holds a decoded form of the |
no outgoing calls
no test coverage detected