Lines Matching refs:selects
12 type selects map[string]reflect.Value type
14 func getStringListValues(list bazel.StringListAttribute) (reflect.Value, selects, selects) {
33 func getLabelValue(label bazel.LabelAttribute) (reflect.Value, selects, selects) {
35 var archSelects selects
49 func getLabelListValues(list bazel.LabelListAttribute) (reflect.Value, selects, selects) {
72 var archSelects, osSelects selects
98 appendSelects := func(selectsData selects, defaultValue, s string) (string, error) {
130 var selects string
148 selects += s + ",\n"
152 if len(selects) == 0 {
159 ret += selects