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