google.golang.org/protobuf/reflect/protoreflect.ifaceHeader.Type (field)
4 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_unsafe.go#L26: Type unsafe.Pointer
value_unsafe.go#L48: return (*ifaceHeader)(unsafe.Pointer(&t)).Type
value_unsafe.go#L84: return Value{typ: p.Type, ptr: p.Data}
value_unsafe.go#L96: *(*ifaceHeader)(unsafe.Pointer(&x)) = ifaceHeader{Type: v.typ, Data: v.ptr}
![]() |
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. |