Home | History | Annotate | Download | only in bufio

Lines Matching refs:scanning

20 // functions are defined in this package for scanning a file into
24 // Scanning stops unrecoverably at EOF, the first I/O error, or a token too
50 // while scanning lines, SplitFunc can return (0, nil, nil) to signal the
54 // If the returned error is non-nil, scanning stops and the error
112 // with the error is the last token and scanning should stop after this one.
113 // After ErrFinalToken is received by Scan, scanning stops with no error.
124 // occurred during scanning, except that if it was io.EOF, Err
247 // Buffer sets the initial buffer to use when scanning and the maximum
248 // size of buffer that may be allocated during scanning. The maximum
255 // Buffer panics if it is called after scanning has started.
267 // Split panics if it is called after scanning has started.