Searched defs:ScalarAttributeValue (Results 1 – 1 of 1) sorted by relevance
66 struct ScalarAttributeValue : public AttributeValue { struct69 ScalarAttributeValue(Symbol name, ConstructorType value_) in ScalarAttributeValue() argument75 return Ptr(new ScalarAttributeValue(name, value_)); in clone() argument77 AttributeKind kind() const override { in kind()