google.golang.org/protobuf/internal/impl.pointer.StringPtr (method)
8 uses
google.golang.org/protobuf/internal/impl (current package)
codec_gen.go#L5043: v := **p.StringPtr()
codec_gen.go#L5050: v := **p.StringPtr()
codec_gen.go#L5065: vp := p.StringPtr()
codec_gen.go#L5084: v := **p.StringPtr()
codec_gen.go#L5105: vp := p.StringPtr()
merge_gen.go#L198: p := *src.StringPtr()
merge_gen.go#L201: *dst.StringPtr() = &v
pointer_unsafe.go#L109: func (p pointer) StringPtr() **string { return (**string)(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. |