go.uber.org/mock/gomock.Matcher.Matches (method)

9 uses

	go.uber.org/mock/gomock (current package)
		call.go#L332: 			if !m.Matches(args[i]) {
		call.go#L356: 				if !m.Matches(args[i]) {
		call.go#L366: 				if m.Matches(args[i]) {
		call.go#L387: 			if m.Matches(vArgs.Interface()) {
		matchers.go#L28: 	Matches(x any) bool
		matchers.go#L169: 	return !n.m.Matches(x)
		matchers.go#L213: 		if m.Matches(x) {
		matchers.go#L234: 		if !m.Matches(x) {
		matchers.go#L293: 			if wantedMatcher.Matches(given.Index(j).Interface()) {