Home
last modified time | relevance | path

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

/build/soong/bazel/
Dproperties.go1280 type StringListAttribute struct { struct
1282 Value []string
1286 ConfigurableValues configurableStringLists
1291 Prepend bool
1295 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 …]
/build/soong/bp2build/
Dconfigurability.go43 func getStringListValues(list bazel.StringListAttribute) (reflect.Value, []selects, bool) {