Searched refs:MarshalText (Results 1 – 2 of 2) sorted by relevance
/external/golang-protobuf/proto/ |
D | text_test.go | 53 func (*textMessage) MarshalText() ([]byte, error) { func 168 if err := proto.MarshalText(buf, newTestMessage()); err != nil { 179 if err := proto.MarshalText(buf, &textMessage{}); err != nil { 192 if err := proto.MarshalText(buf, test); err != nil { 240 proto.MarshalText(buf, m) 248 proto.MarshalText(w, m) 331 if err := proto.MarshalText(&buf, tc.in); err != nil { 380 err := proto.MarshalText(buf, newTestMessage())
|
D | text.go | 539 text, err := etm.MarshalText() 806 text, err := etm.MarshalText() 845 func MarshalText(w io.Writer, pb Message) error { return defaultTextMarshaler.Marshal(w, pb) } func
|