| 41 | } |
| 42 | |
| 43 | inline const char* DexFile::GetStringData(const StringId& string_id) const { |
| 44 | uint32_t ignored; |
| 45 | return GetStringDataAndUtf16Length(string_id, &ignored); |
| 46 | } |
| 47 | |
| 48 | inline const char* DexFile::StringDataAndUtf16LengthByIdx(dex::StringIndex idx, |
| 49 | uint32_t* utf16_length) const { |
no outgoing calls
no test coverage detected