Home
last modified time | relevance | path

Searched defs:ConfigurableValue (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/proptools/
Dconfigurable.go169 type ConfigurableValue struct { struct
170 typ configurableValueType
171 stringValue string
172 boolValue bool
173 int64Value int64
174 stringListValue []string
177 func (c *ConfigurableValue) toExpression() parser.Expression {
196 func (c *ConfigurableValue) String() string {
858 …Bindings(parent *parser.Scope, patterns []ConfigurablePattern, values []ConfigurableValue) *parser…