Searched defs:StringListAttribute (Results 1 – 2 of 2) sorted by relevance
1280 type StringListAttribute struct { struct1282 Value []string1286 ConfigurableValues configurableStringLists1291 Prepend bool1295 func (sla StringListAttribute) IsEmpty() bool {1346 func (sla StringListAttribute) HasConfigurableValues() bool {1357 func (sla *StringListAttribute) Append(other StringListAttribute) *StringListAttribute {1366 func (sla *StringListAttribute) Clone() *StringListAttribute {1372 …c (sla *StringListAttribute) SetSelectValue(axis ConfigurationAxis, config string, list []string) {1388 func (sla *StringListAttribute) SelectValue(axis ConfigurationAxis, config string) []string {[all …]
43 func getStringListValues(list bazel.StringListAttribute) (reflect.Value, []selects, bool) {