func google.golang.org/protobuf/reflect/protoreflect.ValueOfInt32
33 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_union.go#L95: return ValueOfInt32(v)
value_union.go#L131: func ValueOfInt32(v int32) Value {
google.golang.org/protobuf/encoding/protojson
decode.go#L370: return protoreflect.ValueOfInt32(int32(n)), true
decode.go#L642: return protoreflect.ValueOfInt32(int32(n)).MapKey(), nil
well_known_types.go#L650: m.Set(fdNanos, protoreflect.ValueOfInt32(nanos))
well_known_types.go#L833: m.Set(fdNanos, protoreflect.ValueOfInt32(int32(t.Nanosecond())))
google.golang.org/protobuf/encoding/prototext
decode.go#L302: return protoreflect.ValueOfInt32(n), nil
google.golang.org/protobuf/internal/encoding/defval
default.go#L73: return protoreflect.ValueOfInt32(int32(v)), nil, nil
google.golang.org/protobuf/internal/filedesc
desc.go#L603: return protoreflect.ValueOfInt32(0)
google.golang.org/protobuf/internal/impl
codec_gen.go#L861: return protoreflect.ValueOfInt32(int32(v)), out, nil
codec_gen.go#L915: list.Append(protoreflect.ValueOfInt32(int32(v)))
codec_gen.go#L938: list.Append(protoreflect.ValueOfInt32(int32(v)))
codec_gen.go#L1267: return protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))), out, nil
codec_gen.go#L1321: list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
codec_gen.go#L1344: list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
codec_gen.go#L3238: return protoreflect.ValueOfInt32(int32(v)), out, nil
codec_gen.go#L3279: list.Append(protoreflect.ValueOfInt32(int32(v)))
codec_gen.go#L3292: list.Append(protoreflect.ValueOfInt32(int32(v)))
convert.go#L80: int32Zero = protoreflect.ValueOfInt32(0)
convert.go#L179: return protoreflect.ValueOfInt32(int32(v.Int()))
google.golang.org/protobuf/proto
decode_gen.go#L50: return protoreflect.ValueOfInt32(int32(v)), n, nil
decode_gen.go#L59: return protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))), n, nil
decode_gen.go#L104: return protoreflect.ValueOfInt32(int32(v)), n, nil
decode_gen.go#L258: list.Append(protoreflect.ValueOfInt32(int32(v)))
decode_gen.go#L269: list.Append(protoreflect.ValueOfInt32(int32(v)))
decode_gen.go#L283: list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
decode_gen.go#L294: list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
decode_gen.go#L408: list.Append(protoreflect.ValueOfInt32(int32(v)))
decode_gen.go#L419: list.Append(protoreflect.ValueOfInt32(int32(v)))
github.com/golang/protobuf/jsonpb
decode.go#L229: m.Set(fds.ByNumber(2), protoreflect.ValueOfInt32(int32(nsec)))
decode.go#L244: m.Set(fds.ByNumber(2), protoreflect.ValueOfInt32(int32(nsec)))
github.com/golang/protobuf/proto
text_decode.go#L387: return protoreflect.ValueOfInt32(int32(x)), nil
text_decode.go#L395: return protoreflect.ValueOfInt32(int32(-(int64(^x) + 1))), nil