func google.golang.org/protobuf/reflect/protoreflect.ValueOfUint64
22 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_union.go#L75: return ValueOfUint64(v)
value_union.go#L120: func ValueOfUint64(v uint64) Value {
google.golang.org/protobuf/encoding/protojson
decode.go#L430: return pref.ValueOfUint64(n), true
decode.go#L683: return pref.ValueOfUint64(uint64(n)).MapKey(), nil
google.golang.org/protobuf/encoding/prototext
decode.go#L335: return pref.ValueOfUint64(n), nil
google.golang.org/protobuf/internal/encoding/defval
default.go#L85: return pref.ValueOfUint64(uint64(v)), nil, nil
google.golang.org/protobuf/internal/filedesc
desc.go#L590: return pref.ValueOfUint64(0)
google.golang.org/protobuf/internal/impl
codec_gen.go#L2891: return protoreflect.ValueOfUint64(v), out, nil
codec_gen.go#L2945: list.Append(protoreflect.ValueOfUint64(v))
codec_gen.go#L2968: list.Append(protoreflect.ValueOfUint64(v))
codec_gen.go#L4502: return protoreflect.ValueOfUint64(v), out, nil
codec_gen.go#L4543: list.Append(protoreflect.ValueOfUint64(v))
codec_gen.go#L4556: list.Append(protoreflect.ValueOfUint64(v))
convert.go#L83: uint64Zero = pref.ValueOfUint64(0)
convert.go#L251: return pref.ValueOfUint64(uint64(v.Uint()))
google.golang.org/protobuf/proto
decode_gen.go#L95: return protoreflect.ValueOfUint64(v), n, nil
decode_gen.go#L140: return protoreflect.ValueOfUint64(v), n, nil
decode_gen.go#L383: list.Append(protoreflect.ValueOfUint64(v))
decode_gen.go#L394: list.Append(protoreflect.ValueOfUint64(v))
decode_gen.go#L508: list.Append(protoreflect.ValueOfUint64(v))
decode_gen.go#L519: list.Append(protoreflect.ValueOfUint64(v))
github.com/golang/protobuf/proto
text_decode.go#L417: return protoreflect.ValueOfUint64(uint64(x)), 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. |