type google.golang.org/protobuf/types/known/wrapperspb.UInt32Value
13 uses
google.golang.org/protobuf/types/known/wrapperspb (current package)
wrappers.pb.go#L336: type UInt32Value struct {
wrappers.pb.go#L346: func UInt32(v uint32) *UInt32Value {
wrappers.pb.go#L347: return &UInt32Value{Value: v}
wrappers.pb.go#L350: func (x *UInt32Value) Reset() {
wrappers.pb.go#L351: *x = UInt32Value{}
wrappers.pb.go#L359: func (x *UInt32Value) String() string {
wrappers.pb.go#L363: func (*UInt32Value) ProtoMessage() {}
wrappers.pb.go#L365: func (x *UInt32Value) ProtoReflect() protoreflect.Message {
wrappers.pb.go#L378: func (*UInt32Value) Descriptor() ([]byte, []int) {
wrappers.pb.go#L382: func (x *UInt32Value) GetValue() uint32 {
wrappers.pb.go#L613: (*UInt32Value)(nil), // 5: google.protobuf.UInt32Value
wrappers.pb.go#L693: switch v := v.(*UInt32Value); i {
github.com/golang/protobuf/ptypes/wrappers
wrappers.pb.go#L20: type UInt32Value = wrapperspb.UInt32Value
![]() |
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. |