type regexp.inputBytes

7 uses

	regexp (current package)
		exec.go#L51: 	bytes  inputBytes
		regexp.go#L426: type inputBytes struct {
		regexp.go#L430: func (i *inputBytes) step(pos int) (rune, int) {
		regexp.go#L441: func (i *inputBytes) canCheckPrefix() bool {
		regexp.go#L445: func (i *inputBytes) hasPrefix(re *Regexp) bool {
		regexp.go#L449: func (i *inputBytes) index(re *Regexp, pos int) int {
		regexp.go#L453: func (i *inputBytes) context(pos int) lazyFlag {