Searched refs:MarshalTextString (Results 1 – 4 of 4) sorted by relevance
432 if s := proto.MarshalTextString(m); s != want {493 wantText := proto.MarshalTextString(m)505 got := proto.MarshalTextString(m)
642 t.Errorf("proto.HasExtension(%s): got true, want false", proto.MarshalTextString(m))648 t.Errorf("proto.HasExtension(%s): got false, want true", proto.MarshalTextString(m))652 t.Errorf("proto.HasExtension(%s): got true, want false", proto.MarshalTextString(m))
839 func MarshalTextString(pb Message) string { return defaultTextMarshaler.Text(pb) } func
891 exp := proto.MarshalTextString(tt.pb)892 act := proto.MarshalTextString(p)941 exp := proto.MarshalTextString(tt.pb)942 act := proto.MarshalTextString(p)