Searched refs:textParser (Results 1 – 1 of 1) sorted by relevance
79 type textParser struct { struct87 func newTextParser(s string) *textParser {88 p := new(textParser)95 func (p *textParser) errorf(format string, a ...interface{}) *ParseError { argument133 func (p *textParser) skipWhitespace() { argument157 func (p *textParser) advance() { argument336 func (p *textParser) back() { p.backed = true } argument339 func (p *textParser) next() *token { argument369 func (p *textParser) consumeToken(s string) error { argument382 func (p *textParser) missingRequiredFieldError(sv reflect.Value) *RequiredNotSetError { argument[all …]