| 1124 | } |
| 1125 | bool HasNext() const { return pos_ < size_; } |
| 1126 | size_t Size() const { return size_; } |
| 1127 | void Next() { ++pos_; } |
| 1128 | dex::TypeIndex GetTypeIdx() { |
| 1129 | return type_list_->GetTypeItem(pos_).type_idx_; |
nothing calls this directly
no outgoing calls
no test coverage detected