func google.golang.org/protobuf/reflect/protoreflect.ValueOfInt64
31 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_union.go#L71: return ValueOfInt64(v)
value_union.go#L110: func ValueOfInt64(v int64) Value {
google.golang.org/protobuf/encoding/protojson
decode.go#L398: return pref.ValueOfInt64(n), true
decode.go#L673: return pref.ValueOfInt64(int64(n)).MapKey(), nil
well_known_types.go#L645: m.Set(fdSeconds, pref.ValueOfInt64(secs))
well_known_types.go#L828: m.Set(fdSeconds, pref.ValueOfInt64(secs))
google.golang.org/protobuf/encoding/prototext
decode.go#L325: return pref.ValueOfInt64(n), nil
google.golang.org/protobuf/internal/encoding/defval
default.go#L77: return pref.ValueOfInt64(int64(v)), nil, nil
google.golang.org/protobuf/internal/filedesc
desc.go#L586: return pref.ValueOfInt64(0)
google.golang.org/protobuf/internal/impl
codec_gen.go#L2079: return protoreflect.ValueOfInt64(int64(v)), out, nil
codec_gen.go#L2133: list.Append(protoreflect.ValueOfInt64(int64(v)))
codec_gen.go#L2156: list.Append(protoreflect.ValueOfInt64(int64(v)))
codec_gen.go#L2485: return protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)), out, nil
codec_gen.go#L2539: list.Append(protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)))
codec_gen.go#L2562: list.Append(protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)))
codec_gen.go#L4186: return protoreflect.ValueOfInt64(int64(v)), out, nil
codec_gen.go#L4227: list.Append(protoreflect.ValueOfInt64(int64(v)))
codec_gen.go#L4240: list.Append(protoreflect.ValueOfInt64(int64(v)))
convert.go#L81: int64Zero = pref.ValueOfInt64(0)
convert.go#L203: return pref.ValueOfInt64(int64(v.Int()))
google.golang.org/protobuf/proto
decode_gen.go#L77: return protoreflect.ValueOfInt64(int64(v)), n, nil
decode_gen.go#L86: return protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)), n, nil
decode_gen.go#L131: return protoreflect.ValueOfInt64(int64(v)), n, nil
decode_gen.go#L333: list.Append(protoreflect.ValueOfInt64(int64(v)))
decode_gen.go#L344: list.Append(protoreflect.ValueOfInt64(int64(v)))
decode_gen.go#L358: list.Append(protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)))
decode_gen.go#L369: list.Append(protoreflect.ValueOfInt64(protowire.DecodeZigZag(v)))
decode_gen.go#L483: list.Append(protoreflect.ValueOfInt64(int64(v)))
decode_gen.go#L494: list.Append(protoreflect.ValueOfInt64(int64(v)))
github.com/golang/protobuf/proto
text_decode.go#L400: return protoreflect.ValueOfInt64(int64(x)), nil
text_decode.go#L408: return protoreflect.ValueOfInt64(int64(-(int64(^x) + 1))), nil
 |
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. |