Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
Dmeta.cpp382 std::optional<Metadata::Error> AnnotationMetadata::StoreValue(std::string_view attribute, std::stri… in StoreValue() function in panda::pandasm::AnnotationMetadata
479 std::optional<Metadata::Error> FieldMetadata::StoreValue(std::string_view attribute, std::string_vi… in StoreValue() function in panda::pandasm::FieldMetadata
Dmeta.h153 virtual std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) in StoreValue() function