Lines Matching full:marshal
90 b, err := proto.Marshal(msg)
92 t.Fatalf("Could not marshal msg: %v", err)
139 bb, err := proto.Marshal(msg)
141 t.Fatalf("Marshal() failed: %s", err)
345 // Note: if the behavior of Marshal is ever changed to ignore nil extensions, update
346 // this test to verify that E_Ext_Text is properly propagated through marshal->unmarshal.
380 // Marshal message with a repeated extension.
386 b, err := proto.Marshal(msg1)
459 b, err := proto.Marshal(msg)
529 _, err := proto.Marshal(m)