Lines Matching refs:AttributeName

43 …ttributeDefinition* AttributableNode::selectAttributeDefinition(const AttributeName& name, const A…  in selectAttributeDefinition()
67 …AttributeValue AttributableNode::selectAttributeValue(const AttributeName& name, const Attributabl… in selectAttributeValue()
111 …sets::AttributeDefinition* AttributableNode::attributeDefinition(const AttributeName& name) const { in attributeDefinition()
126 bool AttributableNode::hasAttribute(const AttributeName& name) const { in hasAttribute()
130 …bool AttributableNode::hasAttribute(const AttributeName& name, const AttributeValue& value) const { in hasAttribute()
134 …bool AttributableNode::hasAttributeWithPrefix(const AttributeName& prefix, const AttributeValue& v… in hasAttributeWithPrefix()
138 …bool AttributableNode::hasNumberedAttribute(const AttributeName& prefix, const AttributeValue& val… in hasNumberedAttribute()
142 …const AttributeValue& AttributableNode::attribute(const AttributeName& name, const AttributeValue&… in attribute()
153 … EntityAttributeSnapshot AttributableNode::attributeSnapshot(const AttributeName& name) const { in attributeSnapshot()
157 …bool AttributableNode::canAddOrUpdateAttribute(const AttributeName& name, const AttributeValue& va… in canAddOrUpdateAttribute()
161 …void AttributableNode::addOrUpdateAttribute(const AttributeName& name, const AttributeValue& value… in addOrUpdateAttribute()
176 …bool AttributableNode::canRenameAttribute(const AttributeName& name, const AttributeName& newName)… in canRenameAttribute()
180 … void AttributableNode::renameAttribute(const AttributeName& name, const AttributeName& newName) { in renameAttribute()
198 bool AttributableNode::canRemoveAttribute(const AttributeName& name) const { in canRemoveAttribute()
202 void AttributableNode::removeAttribute(const AttributeName& name) { in removeAttribute()
216 bool AttributableNode::isAttributeNameMutable(const AttributeName& name) const { in isAttributeNameMutable()
220 bool AttributableNode::isAttributeValueMutable(const AttributeName& name) const { in isAttributeValueMutable()
306 …void AttributableNode::addAttributeToIndex(const AttributeName& name, const AttributeValue& value)… in addAttributeToIndex()
310 …void AttributableNode::removeAttributeFromIndex(const AttributeName& name, const AttributeValue& v… in removeAttributeFromIndex()
314 …utableNode::updateAttributeIndex(const AttributeName& oldName, const AttributeValue& oldValue, con… in updateAttributeIndex()
361 …void AttributableNode::findMissingTargets(const AttributeName& prefix, AttributeNameList& result) … in findMissingTargets()
378 void AttributableNode::addLinks(const AttributeName& name, const AttributeValue& value) { in addLinks()
389 void AttributableNode::removeLinks(const AttributeName& name, const AttributeValue& value) { in removeLinks()
400 …id AttributableNode::updateLinks(const AttributeName& oldName, const AttributeName& oldValue, cons… in updateLinks()