Home
last modified time | relevance | path

Searched defs:LicenseConditionSet (Results 1 – 4 of 4) sorted by relevance

/build/make/tools/compliance/
Dconditionset.go23 type LicenseConditionSet LicenseCondition type
50 func (cs LicenseConditionSet) Union(other ...LicenseConditionSet) LicenseConditionSet {
69 func (cs LicenseConditionSet) MatchingAnySet(other ...LicenseConditionSet) LicenseConditionSet {
89 func (cs LicenseConditionSet) MatchesAnySet(other ...LicenseConditionSet) bool {
110 func (cs LicenseConditionSet) MatchesEverySet(other ...LicenseConditionSet) bool {
121 func (cs LicenseConditionSet) Intersection(other ...LicenseConditionSet) LicenseConditionSet {
140 func (cs LicenseConditionSet) Difference(other ...LicenseConditionSet) LicenseConditionSet {
Dpolicy_policy.go194 …ditionsPropagatingToTarget(lg *LicenseGraph, e *TargetEdge, depConditions LicenseConditionSet, tre…
221 …nditionsPropagatingToDep(lg *LicenseGraph, e *TargetEdge, targetConditions LicenseConditionSet, tr…
255 func conditionsAttachingAcrossEdge(lg *LicenseGraph, e *TargetEdge, universe LicenseConditionSet) L…
Dpolicy_walk.go91 func WalkResolutionsForCondition(lg *LicenseGraph, conditions LicenseConditionSet) ResolutionSet {
201 func WalkActionsForCondition(lg *LicenseGraph, conditions LicenseConditionSet) ActionSet {
Dresolution.go107 func (rl ResolutionList) Matching(conditions LicenseConditionSet) ResolutionList {
119 func (rl ResolutionList) CountMatching(conditions LicenseConditionSet) int {