github.com/golang/protobuf/proto.textParser.backed (field)
4 uses
github.com/golang/protobuf/proto (current package)
text_decode.go#L70: backed bool // whether back() was called
text_decode.go#L617: func (p *textParser) back() { p.backed = true }
text_decode.go#L621: if p.backed || p.done {
text_decode.go#L622: p.backed = false
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |