(b []byte, deterministic bool)
| 486 | return m.Unmarshal(b) |
| 487 | } |
| 488 | func (m *LabelValuesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 489 | if deterministic { |
| 490 | return xxx_messageInfo_LabelValuesResponse.Marshal(b, m, deterministic) |
| 491 | } else { |
| 492 | b = b[:cap(b)] |
| 493 | n, err := m.MarshalToSizedBuffer(b) |
| 494 | if err != nil { |
| 495 | return nil, err |
| 496 | } |
| 497 | return b[:n], nil |
| 498 | } |
| 499 | } |
| 500 | func (m *LabelValuesResponse) XXX_Merge(src proto.Message) { |
| 501 | xxx_messageInfo_LabelValuesResponse.Merge(m, src) |
| 502 | } |
nothing calls this directly
no test coverage detected