Searched refs:GetValueForArch (Results 1 – 3 of 3) sorted by relevance
239 func (attr *LabelAttribute) GetValueForArch(arch string) Label { func324 this := attrs.GetValueForArch(arch)325 that := other.GetValueForArch(arch)344 if len(attrs.GetValueForArch(arch).Includes) > 0 {368 func (attrs *LabelListAttribute) GetValueForArch(arch string) LabelList { func465 if len(attrs.GetValueForArch(arch)) > 0 {489 func (attrs *StringListAttribute) GetValueForArch(arch string) []string { func540 this := attrs.GetValueForArch(arch)541 that := other.GetValueForArch(arch)
22 archSelects[selectKey] = reflect.ValueOf(list.GetValueForArch(arch))40 archSelects[selectKey] = reflect.ValueOf(label.GetValueForArch(arch))57 archSelects[selectKey] = reflect.ValueOf(list.GetValueForArch(arch).Includes)
264 …srcs.SetValueForArch(arch.Name, bazel.SubtractBazelLabelList(srcs.GetValueForArch(arch.Name), srcs…