const google.golang.org/protobuf/internal/encoding/text.isNegative
4 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode_number.go#L16: numAttrs |= isNegative
decode_token.go#L105: const isNegative = 1 << 7
decode_token.go#L249: t.numAttrs&isNegative > 0 || t.numAttrs&numFloat > 0 {
decode_token.go#L262: t.numAttrs&isNegative > 0 || 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. |