Lines Matching full:skipspace
32 type @"".ScanState interface { Read(@"".buf []byte) (@"".n int, @"".err error); ReadRune() (@"".r rune, @"".size int, @"".err error); SkipSpace(); Token(@"".skipSpace bool, @"".f func(? rune) (? bool)) (@"".token []byte, @"".err error); UnreadRune() (? error); Width() (@"".wid int, @"".ok bool) }
2169 "".err `type.error "".tok 0type.[]uint8 "".f *type.func(int32) bool "".skipSpace