Searched defs:LabelAttribute (Results 1 – 2 of 2) sorted by relevance
249 type LabelAttribute struct { struct250 Value *Label252 ConfigurableValues configurableLabels255 func (la *LabelAttribute) axisTypes() map[configurationType]bool {268 func (la *LabelAttribute) Collapse() error {311 func (la LabelAttribute) HasConfigurableValues() bool {321 func (la *LabelAttribute) SetValue(value Label) {326 func (la *LabelAttribute) SetSelectValue(axis ConfigurationAxis, config string, value Label) {342 func (la *LabelAttribute) SelectValue(axis ConfigurationAxis, config string) *Label {355 func (la *LabelAttribute) SortedConfigurationAxes() []ConfigurationAxis {
38 func getLabelValue(label bazel.LabelAttribute) (reflect.Value, []selects) {