Searched refs:StringListAttribute (Results 1 – 6 of 6) sorted by relevance
417 type StringListAttribute struct { struct433 func MakeStringListAttribute(value []string) StringListAttribute {435 return StringListAttribute{Value: value}463 func (attrs StringListAttribute) HasConfigurableValues() bool { argument478 func (attrs *StringListAttribute) archValuePtrs() map[string]*[]string { argument489 func (attrs *StringListAttribute) GetValueForArch(arch string) []string { argument498 func (attrs *StringListAttribute) SetValueForArch(arch string, value []string) { argument506 func (attrs *StringListAttribute) osValuePtrs() map[string]*[]string { argument519 func (attrs *StringListAttribute) GetValueForOS(os string) []string { argument528 func (attrs *StringListAttribute) SetValueForOS(os string, value []string) { argument[all …]
89 copts bazel.StringListAttribute103 copts := bazel.StringListAttribute{Value: lib.SharedProperties.Shared.Cflags}127 copts bazel.StringListAttribute141 copts := bazel.StringListAttribute{Value: lib.StaticProperties.Static.Cflags}166 copts bazel.StringListAttribute168 includes bazel.StringListAttribute174 var copts bazel.StringListAttribute296 linkopts bazel.StringListAttribute315 var linkopts bazel.StringListAttribute412 …arseExportedIncludes(ctx android.TopDownMutatorContext, module *Module) bazel.StringListAttribute {
112 Copts bazel.StringListAttribute114 Includes bazel.StringListAttribute
229 Copts bazel.StringListAttribute230 Includes bazel.StringListAttribute231 Linkopts bazel.StringListAttribute233 Shared_copts bazel.StringListAttribute238 User_link_flags bazel.StringListAttribute241 Static_copts bazel.StringListAttribute2220 Copts bazel.StringListAttribute2224 Linkopts bazel.StringListAttribute2226 Includes bazel.StringListAttribute
118 Copts bazel.StringListAttribute
14 func getStringListValues(list bazel.StringListAttribute) (reflect.Value, selects, selects) { argument75 case bazel.StringListAttribute: