Searched refs:shorty_data (Results 1 – 1 of 1) sorted by relevance
263 const char* shorty_data = GetStringDataAndUtf16Length(proto_id.shorty_idx_, &shorty_len); in GetShortyView() local264 DCHECK_EQ(shorty_data[shorty_len], '\0'); // For a shorty utf16 length == mutf8 length. in GetShortyView()265 return std::string_view(shorty_data, shorty_len); in GetShortyView()