Home
last modified time | relevance | path

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

/build/soong/bazel/
Dproperties.go231 type LabelAttribute struct { struct
232 Value Label
233 X86 Label
234 X86_64 Label
235 Arm Label
236 Arm64 Label
239 func (attr *LabelAttribute) GetValueForArch(arch string) Label {
256 func (attr *LabelAttribute) SetValueForArch(arch string, value Label) {
271 func (attr LabelAttribute) HasConfigurableValues() bool {
/build/soong/bp2build/
Dconfigurability.go33 func getLabelValue(label bazel.LabelAttribute) (reflect.Value, selects, selects) {