const google.golang.org/protobuf/internal/encoding/text.Name
15 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode.go#L116: case Name:
decode.go#L409: return d.consumeToken(Name, size, uint8(IdentName)), nil
decode.go#L417: return d.consumeToken(Name, num.size, uint8(FieldNumber)), nil
decode.go#L490: 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#L138: case text.Name:
decode.go#L508: case text.Name:
decode.go#L604: if typ := tok.Kind(); typ != text.Name {
decode.go#L764: case text.Name:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)