const google.golang.org/protobuf/internal/encoding/text.literalValue
6 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode.go#L585: return d.consumeToken(Scalar, size, literalValue), true
decode_token.go#L101: literalValue
decode_token.go#L204: if t.kind != Scalar || t.attrs != literalValue || (len(t.raw) > 0 && t.raw[0] == '-') {
decode_token.go#L216: case literalValue:
decode_token.go#L314: case literalValue:
decode_token.go#L337: case literalValue:
![]() |
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. |