google.golang.org/protobuf/internal/impl.pointer.Int64 (method)
19 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L1807: v := *p.Int64()
codec_gen.go#L1813: v := *p.Int64()
codec_gen.go#L1838: *p.Int64() = int64(v)
codec_gen.go#L1853: v := *p.Int64()
codec_gen.go#L1863: v := *p.Int64()
codec_gen.go#L2213: v := *p.Int64()
codec_gen.go#L2219: v := *p.Int64()
codec_gen.go#L2244: *p.Int64() = protowire.DecodeZigZag(v)
codec_gen.go#L2259: v := *p.Int64()
codec_gen.go#L2269: v := *p.Int64()
codec_gen.go#L3979: v := *p.Int64()
codec_gen.go#L3994: *p.Int64() = int64(v)
codec_gen.go#L4009: v := *p.Int64()
codec_gen.go#L4019: v := *p.Int64()
merge_gen.go#L87: *dst.Int64() = *src.Int64()
merge_gen.go#L91: v := *src.Int64()
merge_gen.go#L93: *dst.Int64() = v
pointer_unsafe.go#L93: func (p pointer) Int64() *int64 { return (*int64)(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. |