Home
last modified time | relevance | path

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

/build/soong/bazel/
Dproperties.go1102 type StringAttribute struct { struct
1104 Value *string
1108 ConfigurableValues configurableStrings
1123 func (sa StringAttribute) HasConfigurableValues() bool {
1133 func (sa *StringAttribute) SetValue(value string) {
1138 func (sa *StringAttribute) SetSelectValue(axis ConfigurationAxis, config string, str *string) {
1154 func (sa *StringAttribute) SelectValue(axis ConfigurationAxis, config string) *string {
1171 func (sa *StringAttribute) SortedConfigurationAxes() []ConfigurationAxis {
1178 func (sa *StringAttribute) Collapse() error {
1240 func (sa *StringAttribute) axisTypes() map[configurationType]bool {
/build/soong/bp2build/
Dconfigurability.go16 func getStringValue(str bazel.StringAttribute) (reflect.Value, []selects) {