const google.golang.org/protobuf/internal/encoding/text.hasSeparator
7 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode.go#L399: tok.attrs |= hasSeparator
decode_token.go#L95: const hasSeparator = 1 << 7
decode_token.go#L151: return NameKind(t.attrs &^ hasSeparator)
decode_token.go#L160: return t.attrs&hasSeparator != 0
decode_token.go#L170: panic(fmt.Sprintf("Token is not an IdentName: %s:%s", t.kind, NameKind(t.attrs&^hasSeparator)))
decode_token.go#L178: panic(fmt.Sprintf("Token is not a TypeName: %s:%s", t.kind, NameKind(t.attrs&^hasSeparator)))
decode_token.go#L186: panic(fmt.Sprintf("Token is not a FieldNumber: %s:%s", t.kind, NameKind(t.attrs&^hasSeparator)))
![]() |
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. |