Lines Matching defs:attribute
72 std::optional<Error> SetAttribute(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(std::string_view attribute, std::string_view value) 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(std::string_view attribute, std::string_view value) in StoreValue()
166 virtual std::optional<Error> Store(std::string_view attribute) in Store()
181 bool HasAttribute(std::string_view attribute) const in HasAttribute()
224 virtual bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationRecordAttribute()
229 virtual bool IsAnnotationIdAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationIdAttribute()
234 virtual bool IsAnnotationElementTypeAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationElementTypeAttribute()
239 …l IsAnnotationElementArrayComponentTypeAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationElementArrayComponentTypeAttribute()
244 virtual bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationElementNameAttribute()
249 … virtual bool IsAnnotationElementValueAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationElementValueAttribute()
553 virtual bool IsValueAttribute(std::string_view attribute) in IsValueAttribute()