const google.golang.org/protobuf/internal/encoding/json.Name
11 uses
google.golang.org/protobuf/internal/encoding/json (current package)
decode.go#L113: tok.kind = Name
decode.go#L124: d.lastToken.kind&(Name|comma) != 0 ||
decode.go#L287: return d.lastToken.kind&Name != 0
decode_token.go#L23: Name
decode_token.go#L50: case Name:
decode_token.go#L99: if t.kind == Name {
google.golang.org/protobuf/encoding/protojson
decode.go#L160: case json.Name:
decode.go#L606: case json.Name:
well_known_types.go#L274: case json.Name:
well_known_types.go#L359: case json.Name:
well_known_types.go#L432: case json.Name:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)