SetProto sets the value to the encoded version of m. The caller retains ownership of m.
(m proto.Message)
| 37 | // SetProto sets the value to the encoded version of m. |
| 38 | // The caller retains ownership of m. |
| 39 | SetProto(m proto.Message) error |
| 40 | |
| 41 | // view returns a frozen view of the bytes for caching. |
| 42 | view() (ByteView, error) |
no outgoing calls