google.golang.org/protobuf/internal/impl.pointer.Int32Ptr (method)
11 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L664: v := **p.Int32Ptr()
codec_gen.go#L671: v := **p.Int32Ptr()
codec_gen.go#L696: vp := p.Int32Ptr()
codec_gen.go#L1070: v := **p.Int32Ptr()
codec_gen.go#L1077: v := **p.Int32Ptr()
codec_gen.go#L1102: vp := p.Int32Ptr()
codec_gen.go#L3096: v := **p.Int32Ptr()
codec_gen.go#L3111: vp := p.Int32Ptr()
merge_gen.go#L48: p := *src.Int32Ptr()
merge_gen.go#L51: *dst.Int32Ptr() = &v
pointer_unsafe.go#L91: func (p pointer) Int32Ptr() **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. |