(b []byte, deterministic bool)
| 76 | return m.Unmarshal(b) |
| 77 | } |
| 78 | func (m *ReadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 79 | if deterministic { |
| 80 | return xxx_messageInfo_ReadRequest.Marshal(b, m, deterministic) |
| 81 | } else { |
| 82 | b = b[:cap(b)] |
| 83 | n, err := m.MarshalToSizedBuffer(b) |
| 84 | if err != nil { |
| 85 | return nil, err |
| 86 | } |
| 87 | return b[:n], nil |
| 88 | } |
| 89 | } |
| 90 | func (m *ReadRequest) XXX_Merge(src proto.Message) { |
| 91 | xxx_messageInfo_ReadRequest.Merge(m, src) |
| 92 | } |
nothing calls this directly
no test coverage detected