Lines Matching refs:other
50 func (cs LicenseConditionSet) Union(other ...LicenseConditionSet) LicenseConditionSet {
52 for _, ls := range other {
69 func (cs LicenseConditionSet) MatchingAnySet(other ...LicenseConditionSet) LicenseConditionSet {
71 for _, ls := range other {
89 func (cs LicenseConditionSet) MatchesAnySet(other ...LicenseConditionSet) bool {
90 for _, ls := range other {
110 func (cs LicenseConditionSet) MatchesEverySet(other ...LicenseConditionSet) bool {
111 for _, ls := range other {
121 func (cs LicenseConditionSet) Intersection(other ...LicenseConditionSet) LicenseConditionSet {
123 for _, ls := range other {
140 func (cs LicenseConditionSet) Difference(other ...LicenseConditionSet) LicenseConditionSet {
142 for _, ls := range other {