Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/proptools/
H A Dconfigurable.go164 type ConfigurableValue struct { struct
165 typ configurableValueType
166 stringValue string
167 boolValue bool
168 stringListValue []string
171 func (c *ConfigurableValue) toExpression() parser.Expression {
188 func (c *ConfigurableValue) String() string {
828 …Bindings(parent *parser.Scope, patterns []ConfigurablePattern, values []ConfigurableValue) *parser…