Lines Matching defs:attribute
72 std::optional<Error> SetAttribute(const std::string_view &attribute) in SetAttribute()
84 void RemoveAttribute(const std::string &attribute) in RemoveAttribute()
91 bool GetAttribute(const std::string &attribute) const in GetAttribute()
96 …std::optional<Error> SetAttributeValue(const std::string_view &attribute, const std::string_view &… in SetAttributeValue()
108 std::vector<std::string> GetAttributeValues(const std::string &attribute) const in GetAttributeValues()
118 std::optional<std::string> GetAttributeValue(const std::string &attribute) const in GetAttributeValue()
153 …virtual std::optional<Error> StoreValue(const std::string_view &attribute, const std::string_view … in StoreValue()
166 virtual std::optional<Error> Store(const std::string_view &attribute) in Store()
181 bool HasAttribute(const std::string_view &attribute) const in HasAttribute()
264 … virtual bool IsAnnotationRecordAttribute([[maybe_unused]] const std::string_view &attribute) const in IsAnnotationRecordAttribute()
269 virtual bool IsAnnotationIdAttribute([[maybe_unused]] const std::string_view &attribute) const in IsAnnotationIdAttribute()
274 …tual bool IsAnnotationElementTypeAttribute([[maybe_unused]] const std::string_view &attribute) con… in IsAnnotationElementTypeAttribute()
280 [[maybe_unused]] const std::string_view &attribute) const in IsAnnotationElementArrayComponentTypeAttribute()
285 …tual bool IsAnnotationElementNameAttribute([[maybe_unused]] const std::string_view &attribute) con… in IsAnnotationElementNameAttribute()
290 …ual bool IsAnnotationElementValueAttribute([[maybe_unused]] const std::string_view &attribute) con… in IsAnnotationElementValueAttribute()
603 virtual bool IsValueAttribute(const std::string_view &attribute) in IsValueAttribute()