Home
last modified time | relevance | path

Searched refs:textParser (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/proto/
Dtext_parser.go79 type textParser struct { struct
87 func newTextParser(s string) *textParser {
88 p := new(textParser)
95 func (p *textParser) errorf(format string, a ...interface{}) *ParseError { argument
133 func (p *textParser) skipWhitespace() { argument
157 func (p *textParser) advance() { argument
336 func (p *textParser) back() { p.backed = true } argument
339 func (p *textParser) next() *token { argument
369 func (p *textParser) consumeToken(s string) error { argument
382 func (p *textParser) missingRequiredFieldError(sv reflect.Value) *RequiredNotSetError { argument
[all …]