const google.golang.org/protobuf/internal/encoding/json.comma
9 uses
google.golang.org/protobuf/internal/encoding/json (current package)
decode.go#L104: if d.lastToken.kind&(ObjectOpen|comma) == 0 {
decode.go#L124: d.lastToken.kind == comma ||
decode.go#L132: d.lastToken.kind == comma ||
decode.go#L138: case comma:
decode.go#L148: if d.lastToken.kind == comma {
decode.go#L210: return d.consumeToken(comma, 1), nil
decode.go#L289: return d.lastToken.kind&(ArrayOpen|comma) != 0
decode_token.go#L31: comma
decode_token.go#L56: case comma:
![]() |
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. |