const google.golang.org/protobuf/internal/encoding/text.Name
15 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode.go#L117: case Name:
decode.go#L410: return d.consumeToken(Name, size, uint8(IdentName)), nil
decode.go#L418: return d.consumeToken(Name, num.size, uint8(FieldNumber)), nil
decode.go#L491: kind: Name,
decode_token.go#L24: Name // Name indicates the field name.
decode_token.go#L48: case Name:
decode_token.go#L150: if t.kind == Name {
decode_token.go#L159: if t.kind == Name {
decode_token.go#L167: if t.kind == Name && t.attrs&uint8(IdentName) != 0 {
decode_token.go#L175: if t.kind == Name && t.attrs&uint8(TypeName) != 0 {
decode_token.go#L185: if t.kind != Name || t.attrs&uint8(FieldNumber) == 0 {
google.golang.org/protobuf/encoding/prototext
decode.go#L137: case text.Name:
decode.go#L526: case text.Name:
decode.go#L622: if typ := tok.Kind(); typ != text.Name {
decode.go#L785: case text.Name:
![]() |
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. |