Home
last modified time | relevance | path

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

/build/soong/bazel/
Dproperties.go287 func FirstUniqueBazelLabelListAttribute(attr LabelListAttribute) LabelListAttribute {
304 func SubtractBazelLabelListAttribute(haystack LabelListAttribute, needle LabelListAttribute) LabelL…
715 type LabelListAttribute struct { struct
717 Value LabelList
721 ConfigurableValues configurableLabelLists
728 ForceSpecifyEmptyList bool
734 EmitEmptyList bool
739 Prepend bool
769 func (lla *LabelListAttribute) Clone() *LabelListAttribute {
787 func (lla *LabelListAttribute) SetValue(list LabelList) {
[all …]
/build/soong/bp2build/
Dconfigurability.go112 func getLabelListValues(list bazel.LabelListAttribute) (reflect.Value, []selects, bool) {