Home
last modified time | relevance | path

Searched defs:nonptrMessage (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/proto/
Dsize_test.go63 type nonptrMessage struct{} struct
65 func (m nonptrMessage) ProtoMessage() {}
66 func (m nonptrMessage) Reset() {}
67 func (m nonptrMessage) String() string { return "" }
69 func (m nonptrMessage) Marshal() ([]byte, error) {