Home
last modified time | relevance | path

Searched refs:addAttributeToIndex (Results 1 – 2 of 2) sorted by relevance

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DAttributableNode.cpp172 addAttributeToIndex(name, value); in addOrUpdateAttribute()
251 addAttributeToIndex(attribute.name(), attribute.value()); in addAttributesToIndex()
285 addAttributeToIndex(newAttr.name(), newAttr.value()); in updateAttributeIndex()
301 addAttributeToIndex(newAttr.name(), newAttr.value()); in updateAttributeIndex()
306 …void AttributableNode::addAttributeToIndex(const AttributeName& name, const AttributeValue& value)… in addAttributeToIndex() function in TrenchBroom::Model::AttributableNode
H A DAttributableNode.h118 void addAttributeToIndex(const AttributeName& name, const AttributeValue& value);