Lines Matching full:scanner
24 pkg bufio, func NewScanner(io.Reader) *Scanner
30 pkg bufio, method (*Scanner) Bytes() []uint8
31 pkg bufio, method (*Scanner) Err() error
32 pkg bufio, method (*Scanner) Scan() bool
33 pkg bufio, method (*Scanner) Split(SplitFunc)
34 pkg bufio, method (*Scanner) Text() string
38 pkg bufio, type Scanner struct
916 pkg go/scanner, const ScanComments = 1
50259 pkg text/scanner, const Char = -5
50260 pkg text/scanner, const Comment = -8
50261 pkg text/scanner, const EOF = -1
50262 pkg text/scanner, const Float = -4
50263 pkg text/scanner, const GoTokens = 1012
50264 pkg text/scanner, const GoWhitespace = 4294977024
50265 pkg text/scanner, const Ident = -2
50266 pkg text/scanner, const Int = -3
50267 pkg text/scanner, const RawString = -7
50268 pkg text/scanner, const ScanChars = 32
50269 pkg text/scanner, const ScanComments = 256
50270 pkg text/scanner, const ScanFloats = 16
50271 pkg text/scanner, const ScanIdents = 4
50272 pkg text/scanner, const ScanInts = 8
50273 pkg text/scanner, const ScanRawStrings = 128
50274 pkg text/scanner, const ScanStrings = 64
50275 pkg text/scanner, const SkipComments = 512
50276 pkg text/scanner, const String = -6