Searched defs:LabelAttribute (Results 1 – 2 of 2) sorted by relevance
335 type LabelAttribute struct { struct336 Value *Label338 ConfigurableValues configurableLabels341 func (la *LabelAttribute) axisTypes() map[configurationType]bool {354 func (la *LabelAttribute) Collapse() error {409 func (la LabelAttribute) HasConfigurableValues() bool {419 func (la *LabelAttribute) SetValue(value Label) {424 func (la *LabelAttribute) SetSelectValue(axis ConfigurationAxis, config string, value Label) {440 func (la *LabelAttribute) SelectValue(axis ConfigurationAxis, config string) *Label {453 func (la *LabelAttribute) SortedConfigurationAxes() []ConfigurationAxis {
66 func getLabelValue(label bazel.LabelAttribute) (reflect.Value, []selects) {