Searched defs:BoolAttribute (Results 1 – 3 of 3) sorted by relevance
| /build/soong/bazel/ |
| D | properties.go | 460 type BoolAttribute struct { struct 461 Value *bool 463 ConfigurableValues configurableBools 467 func (ba BoolAttribute) HasConfigurableValues() bool { 477 func (ba *BoolAttribute) SetValue(value *bool) { 482 func (ba *BoolAttribute) SetSelectValue(axis ConfigurationAxis, config string, value *bool) { 500 …ttribute) ToLabelListAttribute(falseVal LabelList, trueVal LabelList) (LabelListAttribute, error) { 541 …func(boolPtr *bool, axis ConfigurationAxis, config string) []string) (StringListAttribute, error) { 571 func (ba *BoolAttribute) Collapse() error { 618 func (ba *BoolAttribute) axisTypes() map[configurationType]bool { [all …]
|
| /build/soong/bp2build/ |
| D | configurability.go | 90 func getBoolValue(boolAttr bazel.BoolAttribute) (reflect.Value, []selects) {
|
| /build/soong/android/ |
| D | mutator.go | 270 …Restrictions(bazel.BazelTargetModuleProperties, CommonAttributes, interface{}, bazel.BoolAttribute)
|