github.com/golang/mock/gomock.Matcher.Matches (method)

8 uses

	github.com/golang/mock/gomock (current package)
		call.go#L318: 			if !m.Matches(args[i]) {
		call.go#L342: 				if !m.Matches(args[i]) {
		call.go#L352: 				if m.Matches(args[i]) {
		call.go#L373: 			if m.Matches(vArgs.Interface()) {
		matchers.go#L27: 	Matches(x interface{}) bool
		matchers.go#L152: 	return !n.m.Matches(x)
		matchers.go#L177: 		if !m.Matches(x) {
		matchers.go#L236: 			if wantedMatcher.Matches(given.Index(j).Interface()) {