Searched defs:LabelListAttribute (Results 1 – 2 of 2) sorted by relevance
300 type LabelListAttribute struct { struct302 Value LabelList307 ArchValues labelListArchValues312 OsValues labelListOsValues322 func (attrs *LabelListAttribute) Append(other LabelListAttribute) {342 func (attrs LabelListAttribute) HasConfigurableValues() bool {357 func (attrs *LabelListAttribute) archValuePtrs() map[string]*LabelList {368 func (attrs *LabelListAttribute) GetValueForArch(arch string) LabelList {377 func (attrs *LabelListAttribute) SetValueForArch(arch string, value LabelList) {385 func (attrs *LabelListAttribute) osValuePtrs() map[string]*LabelList {[all …]
49 func getLabelListValues(list bazel.LabelListAttribute) (reflect.Value, selects, selects) {