regexp.Regexp.allMatches (method)

9 uses

	regexp (current package)
		regexp.go#L767: func (re *Regexp) allMatches(s string, b []byte, n int, deliver func([]int)) {
		regexp.go#L1081: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1099: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1117: 	re.allMatches(s, nil, n, func(match []int) {
		regexp.go#L1135: 	re.allMatches(s, nil, n, func(match []int) {
		regexp.go#L1153: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1177: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1195: 	re.allMatches(s, nil, n, func(match []int) {
		regexp.go#L1220: 	re.allMatches(s, nil, n, func(match []int) {