(b []byte, deterministic bool)
| 225 | return m.Unmarshal(b) |
| 226 | } |
| 227 | func (m *TenantIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 228 | if deterministic { |
| 229 | return xxx_messageInfo_TenantIndex.Marshal(b, m, deterministic) |
| 230 | } else { |
| 231 | b = b[:cap(b)] |
| 232 | n, err := m.MarshalToSizedBuffer(b) |
| 233 | if err != nil { |
| 234 | return nil, err |
| 235 | } |
| 236 | return b[:n], nil |
| 237 | } |
| 238 | } |
| 239 | func (m *TenantIndex) XXX_Merge(src proto.Message) { |
| 240 | xxx_messageInfo_TenantIndex.Merge(m, src) |
| 241 | } |
nothing calls this directly
no test coverage detected