Home
last modified time | relevance | path

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

/build/soong/bazel/
Dproperties.go249 type LabelAttribute struct { struct
250 Value *Label
252 ConfigurableValues configurableLabels
255 func (la *LabelAttribute) axisTypes() map[configurationType]bool {
268 func (la *LabelAttribute) Collapse() error {
311 func (la LabelAttribute) HasConfigurableValues() bool {
321 func (la *LabelAttribute) SetValue(value Label) {
326 func (la *LabelAttribute) SetSelectValue(axis ConfigurationAxis, config string, value Label) {
342 func (la *LabelAttribute) SelectValue(axis ConfigurationAxis, config string) *Label {
355 func (la *LabelAttribute) SortedConfigurationAxes() []ConfigurationAxis {
/build/soong/bp2build/
Dconfigurability.go38 func getLabelValue(label bazel.LabelAttribute) (reflect.Value, []selects) {