Searched refs:RestrictedCondition (Results 1 – 3 of 3) sorted by relevance
43 RestrictedCondition = LicenseCondition(0x0010) const65 "restricted": RestrictedCondition,84 case RestrictedCondition:
66 RestrictedCondition | WeaklyRestrictedCondition | ProprietaryCondition | ByExceptionOnlyCondition)72 ImpliesRestricted = LicenseConditionSet(RestrictedCondition | WeaklyRestrictedCondition)84 …ImpliesShared = LicenseConditionSet(ReciprocalCondition | RestrictedCondition | WeaklyRestrictedCo…185 result |= depConditions & LicenseConditionSet(RestrictedCondition)239 result &= LicenseConditionSet(RestrictedCondition)
30 if !impliesShare.HasAny(RestrictedCondition) {31 t.Errorf("impliesShare.HasAny(\"restricted\"=%#v) got false, want true", RestrictedCondition)