MCPcopy
hub / github.com/golang/protobuf / Uint32

Function Uint32

proto/wrappers.go:22–22  ·  view source on GitHub ↗

Uint32 stores v in a new uint32 value and returns a pointer to it.

(v uint32)

Source from the content-addressed store, hash-verified

20
21// Uint32 stores v in a new uint32 value and returns a pointer to it.
22func Uint32(v uint32) *uint32 { return &v }
23
24// Uint64 stores v in a new uint64 value and returns a pointer to it.
25func Uint64(v uint64) *uint64 { return &v }

Callers 9

initGoTestFunction · 0.92
TestResetFunction · 0.92
TestEncodeDecode3Function · 0.92
TestEncodeDecode4Function · 0.92
TestAllSetDefaultsFunction · 0.92
TestEncodingSizesFunction · 0.92
proto_test.goFile · 0.92
json_test.goFile · 0.92

Calls

no outgoing calls

Tested by 7

initGoTestFunction · 0.74
TestResetFunction · 0.74
TestEncodeDecode3Function · 0.74
TestEncodeDecode4Function · 0.74
TestAllSetDefaultsFunction · 0.74
TestEncodingSizesFunction · 0.74