Lines Matching defs:inputs
46 inputs inputs member
49 type inputs struct { struct
51 bytes inputBytes
52 string inputString
53 reader inputReader
56 func (i *inputs) newBytes(b []byte) input {
61 func (i *inputs) newString(s string) input {
66 func (i *inputs) newReader(r io.RuneReader) input {
73 func (i *inputs) clear() {
85 func (i *inputs) init(r io.RuneReader, b []byte, s string) (input, int) {
377 inputs inputs member