| 35 | : DexFileReference(file, index.index_) {} |
| 36 | |
| 37 | dex::StringIndex StringIndex() const { |
| 38 | return dex::StringIndex(index); |
| 39 | } |
| 40 | |
| 41 | const char* GetStringData() const { |
| 42 | return dex_file->GetStringData(dex_file->GetStringId(StringIndex())); |
nothing calls this directly
no test coverage detected