diff options
Diffstat (limited to 'libdexfile/dex/dex_file.h')
-rw-r--r-- | libdexfile/dex/dex_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdexfile/dex/dex_file.h b/libdexfile/dex/dex_file.h index 5cfbc1f024..ca95e0e618 100644 --- a/libdexfile/dex/dex_file.h +++ b/libdexfile/dex/dex_file.h @@ -265,6 +265,7 @@ class DexFile { const char* StringDataAndUtf16LengthByIdx(dex::StringIndex idx, uint32_t* utf16_length) const; const char* StringDataByIdx(dex::StringIndex idx) const; + std::string_view StringViewByIdx(dex::StringIndex idx) const; // Looks up a string id for a given modified utf8 string. const dex::StringId* FindStringId(const char* string) const; |