Lines Matching refs:bazel
14 func getStringListValues(list bazel.StringListAttribute) (reflect.Value, selects, selects) {
21 for arch, selectKey := range bazel.PlatformArchMap {
26 for os, selectKey := range bazel.PlatformOsMap {
33 func getLabelValue(label bazel.LabelAttribute) (reflect.Value, selects, selects) {
39 for arch, selectKey := range bazel.PlatformArchMap {
49 func getLabelListValues(list bazel.LabelListAttribute) (reflect.Value, selects, selects) {
56 for arch, selectKey := range bazel.PlatformArchMap {
61 for os, selectKey := range bazel.PlatformOsMap {
70 func prettyPrintAttribute(v bazel.Attribute, indent int) (string, error) {
75 case bazel.StringListAttribute:
78 case bazel.LabelListAttribute:
81 case bazel.LabelAttribute:
128 conditionsDefaultKey := bazel.PlatformArchMap[bazel.CONDITIONS_DEFAULT]