Searched refs:StringViewByIdx (Results 1 – 4 of 4) sorted by relevance
75 inline std::string_view DexFile::StringViewByIdx(dex::StringIndex idx) const { in StringViewByIdx() function
269 std::string_view StringViewByIdx(dex::StringIndex idx) const;
520 dumpEscapedString(pDexFile->StringViewByIdx(dex::StringIndex(idx))); in dumpEncodedValue()522 dumpXmlAttribute(pDexFile->StringViewByIdx(dex::StringIndex(idx))); in dumpEncodedValue()
589 std::string_view name = dex_file.StringViewByIdx(method_id.name_idx_); in FindInterfaceMethod()