(b []byte, deterministic bool)
| 91 | return m.Unmarshal(b) |
| 92 | } |
| 93 | func (m *KeyValuePair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 94 | if deterministic { |
| 95 | return xxx_messageInfo_KeyValuePair.Marshal(b, m, deterministic) |
| 96 | } else { |
| 97 | b = b[:cap(b)] |
| 98 | n, err := m.MarshalToSizedBuffer(b) |
| 99 | if err != nil { |
| 100 | return nil, err |
| 101 | } |
| 102 | return b[:n], nil |
| 103 | } |
| 104 | } |
| 105 | func (m *KeyValuePair) XXX_Merge(src proto.Message) { |
| 106 | xxx_messageInfo_KeyValuePair.Merge(m, src) |
| 107 | } |
nothing calls this directly
no test coverage detected