const google.golang.org/protobuf/internal/encoding/text.numberValue
9 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode_number.go#L25: attrs: numberValue,
decode_token.go#L99: numberValue = iota + 1
decode_token.go#L220: case numberValue:
decode_token.go#L248: if t.kind != Scalar || t.attrs != numberValue ||
decode_token.go#L261: if t.kind != Scalar || t.attrs != numberValue ||
decode_token.go#L274: if t.kind != Scalar || t.attrs != numberValue || t.numAttrs&numFloat > 0 {
decode_token.go#L292: if t.kind != Scalar || t.attrs != numberValue || t.numAttrs&numFloat > 0 {
decode_token.go#L318: case numberValue:
decode_token.go#L341: case numberValue:
![]() |
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. |