github.com/golang/protobuf/proto.textParser.done (field)
9 uses
github.com/golang/protobuf/proto (current package)
text_decode.go#L69: done bool // whether the parsing is finished (success or error)
text_decode.go#L514: if p.done && tok.value != "]" {
text_decode.go#L537: p.done = true
text_decode.go#L561: p.done = true
text_decode.go#L568: if p.done {
text_decode.go#L621: if p.backed || p.done {
text_decode.go#L626: if p.done {
text_decode.go#L634: if p.done || !isQuote(p.s[0]) {
text_decode.go#L644: p.done = false // parser may have seen EOF, but we want to return cat
![]() |
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. |