Searched defs:LabelListAttribute (Results 1 – 2 of 2) sorted by relevance
287 func FirstUniqueBazelLabelListAttribute(attr LabelListAttribute) LabelListAttribute {304 func SubtractBazelLabelListAttribute(haystack LabelListAttribute, needle LabelListAttribute) LabelL…715 type LabelListAttribute struct { struct717 Value LabelList721 ConfigurableValues configurableLabelLists728 ForceSpecifyEmptyList bool734 EmitEmptyList bool739 Prepend bool769 func (lla *LabelListAttribute) Clone() *LabelListAttribute {787 func (lla *LabelListAttribute) SetValue(list LabelList) {[all …]
112 func getLabelListValues(list bazel.LabelListAttribute) (reflect.Value, []selects, bool) {