Home
last modified time | relevance | path

Searched defs:StoreValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dmeta.cpp383 std::optional<Metadata::Error> AnnotationMetadata::StoreValue(std::string_view attribute, std::stri… in StoreValue() function in ark::pandasm::AnnotationMetadata
490 std::optional<Metadata::Error> FieldMetadata::StoreValue(std::string_view attribute, std::string_vi… in StoreValue() function in ark::pandasm::FieldMetadata
Dmeta.h152 virtual std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) in StoreValue() function
/arkcompiler/runtime_core/assembler/
Dmeta.cpp374 std::optional<Metadata::Error> AnnotationMetadata::StoreValue(const std::string_view &attribute, in StoreValue() function in panda::pandasm::AnnotationMetadata
472 std::optional<Metadata::Error> FieldMetadata::StoreValue(const std::string_view &attribute, in StoreValue() function in panda::pandasm::FieldMetadata
Dmeta.h153 …virtual std::optional<Error> StoreValue(const std::string_view &attribute, const std::string_view … in StoreValue() function