(b []byte, deterministic bool)
| 249 | return m.Unmarshal(b) |
| 250 | } |
| 251 | func (m *Extent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 252 | if deterministic { |
| 253 | return xxx_messageInfo_Extent.Marshal(b, m, deterministic) |
| 254 | } else { |
| 255 | b = b[:cap(b)] |
| 256 | n, err := m.MarshalToSizedBuffer(b) |
| 257 | if err != nil { |
| 258 | return nil, err |
| 259 | } |
| 260 | return b[:n], nil |
| 261 | } |
| 262 | } |
| 263 | func (m *Extent) XXX_Merge(src proto.Message) { |
| 264 | xxx_messageInfo_Extent.Merge(m, src) |
| 265 | } |
nothing calls this directly
no test coverage detected