Home
last modified time | relevance | path

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

/build/soong/bazel/
Dproperties.go335 type LabelAttribute struct { struct
336 Value *Label
338 ConfigurableValues configurableLabels
341 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 {
/build/soong/bp2build/
Dconfigurability.go66 func getLabelValue(label bazel.LabelAttribute) (reflect.Value, []selects) {