Searched refs:StringViewByIdx (Results 1 – 3 of 3) sorted by relevance
74 inline std::string_view DexFile::StringViewByIdx(dex::StringIndex idx) const { in StringViewByIdx() function
265 std::string_view StringViewByIdx(dex::StringIndex idx) const;
499 std::string_view name = dex_file.StringViewByIdx(method_id.name_idx_); in FindInterfaceMethod()