Home | History | Annotate | Download | only in generator

Lines Matching full:marshal

372 			g.P("func (m *", ms.sym, ") Marshal() ([]byte, error) ",
373 "{ return (*", remoteSym, ")(m).Marshal() }")
1359 g.P("var _ = ", g.Pkg["proto"], ".Marshal")
1699 "Marshal",
1927 g.P("func (m *", ccTypeName, ") Marshal() ([]byte, error) {")
2290 pre, post = "b.Marshal(", ")"
2603 b, err := proto.Marshal(pb)