Home
last modified time | relevance | path

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

/dports/devel/dep/dep-0.5.4/gps/
H A Dconstraint.go242 type anyConstraint struct{} struct
244 func (anyConstraint) String() string {
248 func (anyConstraint) ImpliedCaretString() string {
252 func (anyConstraint) typedString() string {
256 func (anyConstraint) Matches(Version) bool {
260 func (anyConstraint) MatchesAny(Constraint) bool {
264 func (anyConstraint) Intersect(c Constraint) Constraint {
268 func (anyConstraint) identical(c Constraint) bool {
272 func (anyConstraint) copyTo(*pb.Constraint) {