Home
last modified time | relevance | path

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

/build/soong/bazel/
Dproperties.go300 type LabelListAttribute struct { struct
302 Value LabelList
307 ArchValues labelListArchValues
312 OsValues labelListOsValues
322 func (attrs *LabelListAttribute) Append(other LabelListAttribute) {
342 func (attrs LabelListAttribute) HasConfigurableValues() bool {
357 func (attrs *LabelListAttribute) archValuePtrs() map[string]*LabelList {
368 func (attrs *LabelListAttribute) GetValueForArch(arch string) LabelList {
377 func (attrs *LabelListAttribute) SetValueForArch(arch string, value LabelList) {
385 func (attrs *LabelListAttribute) osValuePtrs() map[string]*LabelList {
[all …]
/build/soong/bp2build/
Dconfigurability.go49 func getLabelListValues(list bazel.LabelListAttribute) (reflect.Value, selects, selects) {