google.golang.org/protobuf/internal/impl.pointer.Int32 (method)
23 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L589: v := *p.Int32()
codec_gen.go#L595: v := *p.Int32()
codec_gen.go#L620: *p.Int32() = int32(v)
codec_gen.go#L635: v := *p.Int32()
codec_gen.go#L645: v := *p.Int32()
codec_gen.go#L995: v := *p.Int32()
codec_gen.go#L1001: v := *p.Int32()
codec_gen.go#L1026: *p.Int32() = int32(protowire.DecodeZigZag(v & math.MaxUint32))
codec_gen.go#L1041: v := *p.Int32()
codec_gen.go#L1051: v := *p.Int32()
codec_gen.go#L3031: v := *p.Int32()
codec_gen.go#L3046: *p.Int32() = int32(v)
codec_gen.go#L3061: v := *p.Int32()
codec_gen.go#L3071: v := *p.Int32()
encode.go#L52: if size := atomic.LoadInt32(p.Apply(mi.sizecacheOffset).Int32()); size >= 0 {
encode.go#L63: atomic.StoreInt32(p.Apply(mi.sizecacheOffset).Int32(), int32(size))
encode.go#L90: atomic.StoreInt32(p.Apply(mi.sizecacheOffset).Int32(), -1)
encode.go#L92: atomic.StoreInt32(p.Apply(mi.sizecacheOffset).Int32(), int32(size))
merge_gen.go#L37: *dst.Int32() = *src.Int32()
merge_gen.go#L41: v := *src.Int32()
merge_gen.go#L43: *dst.Int32() = v
pointer_unsafe.go#L90: func (p pointer) Int32() *int32 { return (*int32)(p.p) }
![]() |
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. |