Lines Matching refs:string_view

356   std::string_view GetStringView(const dex::StringId& string_id) const;
357 std::string_view GetStringView(dex::StringIndex string_idx) const;
389 std::string_view GetTypeDescriptorView(const dex::TypeId& type_id) const;
390 std::string_view GetTypeDescriptorView(dex::TypeIndex type_idx) const;
392 const dex::TypeId* FindTypeId(std::string_view descriptor) const;
435 std::string_view GetFieldDeclaringClassDescriptorView(const dex::FieldId& field_id) const;
436 std::string_view GetFieldDeclaringClassDescriptorView(uint32_t field_idx) const;
441 std::string_view GetFieldTypeDescriptorView(const dex::FieldId& field_id) const;
442 std::string_view GetFieldTypeDescriptorView(uint32_t field_idx) const;
447 std::string_view GetFieldNameView(const dex::FieldId& field_id) const;
448 std::string_view GetFieldNameView(uint32_t field_idx) const;
480 std::string_view GetMethodDeclaringClassDescriptorView(const dex::MethodId& method_id) const;
481 std::string_view GetMethodDeclaringClassDescriptorView(uint32_t method_idx) const;
499 std::string_view GetMethodNameView(const dex::MethodId& method_id) const;
500 std::string_view GetMethodNameView(uint32_t method_idx) const;
504 std::string_view GetMethodShortyView(uint32_t idx) const;
509 std::string_view GetMethodShortyView(const dex::MethodId& method_id) const;
598 bool CreateTypeList(std::string_view signature,
604 std::string_view GetShortyView(dex::ProtoIndex proto_idx) const;
605 std::string_view GetShortyView(const dex::ProtoId& proto_id) const;
911 static int CompareDescriptors(std::string_view lhs, std::string_view rhs);
912 static int CompareMemberNames(std::string_view lhs, std::string_view rhs);
914 static std::string_view StringViewFromUtf16Length(const char* utf8_data, size_t utf16_length);