func google.golang.org/protobuf/encoding/protojson.getUint

3 uses

	google.golang.org/protobuf/encoding/protojson (current package)
		decode.go#L404: 		return getUint(tok, bitSize)
		decode.go#L417: 		return getUint(tok, bitSize)
		decode.go#L422: func getUint(tok json.Token, bitSize int) (pref.Value, bool) {