(b []byte, deterministic bool)
| 60 | return m.Unmarshal(b) |
| 61 | } |
| 62 | func (m *RulesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 63 | if deterministic { |
| 64 | return xxx_messageInfo_RulesRequest.Marshal(b, m, deterministic) |
| 65 | } else { |
| 66 | b = b[:cap(b)] |
| 67 | n, err := m.MarshalToSizedBuffer(b) |
| 68 | if err != nil { |
| 69 | return nil, err |
| 70 | } |
| 71 | return b[:n], nil |
| 72 | } |
| 73 | } |
| 74 | func (m *RulesRequest) XXX_Merge(src proto.Message) { |
| 75 | xxx_messageInfo_RulesRequest.Merge(m, src) |
| 76 | } |
nothing calls this directly
no test coverage detected