const google.golang.org/protobuf/internal/encoding/text.numFloat
11 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode_number.go#L20: if num.kind == numFloat && (d.in[last] == 'f' || d.in[last] == 'F') {
decode_number.go#L39: numFloat
decode_number.go#L135: kind = numFloat
decode_number.go#L147: if len(s) == 0 && kind == numFloat {
decode_number.go#L155: kind = numFloat
decode_number.go#L160: kind = numFloat
decode_number.go#L179: kind = numFloat
decode_token.go#L249: t.numAttrs&isNegative > 0 || t.numAttrs&numFloat > 0 {
decode_token.go#L262: t.numAttrs&isNegative > 0 || t.numAttrs&numFloat > 0 {
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 {
![]() |
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. |