Home
last modified time | relevance | path

Searched refs:StoreValue (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dmeta.cpp381 std::optional<Metadata::Error> AnnotationMetadata::StoreValue(const std::string_view &attribute, in StoreValue() function in panda::pandasm::AnnotationMetadata
384 auto err = Metadata::StoreValue(attribute, value); in StoreValue()
479 std::optional<Metadata::Error> FieldMetadata::StoreValue(const std::string_view &attribute, in StoreValue() function in panda::pandasm::FieldMetadata
482 auto err = ItemMetadata::StoreValue(attribute, value); in StoreValue()
H A Dmeta.h105 return StoreValue(attribute, value); in SetAttributeValue()
153 virtual std::optional<Error> StoreValue(const std::string_view &attribute, const std::string_view &value) in StoreValue() function in panda::pandasm::Metadata
255 std::optional<Error> StoreValue(const std::string_view &attribute, const std::string_view &value) override;
582 std::optional<Error> StoreValue(const std::string_view &attribute, const std::string_view &value) override;
/arkcompiler/runtime_core/static_core/assembler/
H A Dmeta.h105 return StoreValue(attribute, value); in SetAttributeValue()
152 virtual std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) in StoreValue() function in ark::pandasm::Metadata
216 std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) override;
533 std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) override;
H A Dmeta.cpp382 std::optional<Metadata::Error> AnnotationMetadata::StoreValue(std::string_view attribute, std::string_view value) in StoreValue() function in ark::pandasm::AnnotationMetadata
384 auto err = Metadata::StoreValue(attribute, value); in StoreValue()
489 std::optional<Metadata::Error> FieldMetadata::StoreValue(std::string_view attribute, std::string_view value) in StoreValue() function in ark::pandasm::FieldMetadata
491 auto err = ItemMetadata::StoreValue(attribute, value); in StoreValue()

Completed in 4 milliseconds