var google.golang.org/protobuf/reflect/protoreflect.uint32Type
6 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_union.go#L116: return Value{typ: uint32Type, num: uint64(v)}
value_union.go#L182: case uint32Type:
value_union.go#L211: case uint32Type:
value_union.go#L266: case uint32Type, uint64Type:
value_union.go#L347: case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
value_unsafe.go#L36: uint32Type = typeOf(*new(uint32))
![]() |
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. |