Searched refs:hasNumberedAttribute (Results 1 – 5 of 5) sorted by relevance
67 return node->hasNumberedAttribute(m_pattern, value); in execute()
124 … bool hasNumberedAttribute(const AttributeName& prefix, const AttributeValue& value) const;
63 … bool hasNumberedAttribute(const AttributeName& prefix, const AttributeValue& value) const;
138 …bool AttributableNode::hasNumberedAttribute(const AttributeName& prefix, const AttributeValue& val… in hasNumberedAttribute() function in TrenchBroom::Model::AttributableNode139 return m_attributes.hasNumberedAttribute(prefix, value); in hasNumberedAttribute()
220 …bool EntityAttributes::hasNumberedAttribute(const AttributeName& prefix, const AttributeValue& val… in hasNumberedAttribute() function in TrenchBroom::Model::EntityAttributes