()
| 52 | func (*Person) ProtoMessage() {} |
| 53 | |
| 54 | func (x *Person) ProtoReflect() protoreflect.Message { |
| 55 | mi := &file_pbtest_proto_msgTypes[0] |
| 56 | if protoimpl.UnsafeEnabled && x != nil { |
| 57 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 58 | if ms.LoadMessageInfo() == nil { |
| 59 | ms.StoreMessageInfo(mi) |
| 60 | } |
| 61 | return ms |
| 62 | } |
| 63 | return mi.MessageOf(x) |
| 64 | } |
| 65 | |
| 66 | // Deprecated: Use Person.ProtoReflect.Descriptor instead. |
| 67 | func (*Person) Descriptor() ([]byte, []int) { |
no outgoing calls