Searched refs:MarshalTextString (Results 1 – 5 of 5) sorted by relevance
432 if s := proto.MarshalTextString(m); s != want {493 wantText := proto.MarshalTextString(m)505 got := proto.MarshalTextString(m)
646 t.Errorf("proto.HasExtension(%s): got true, want false", proto.MarshalTextString(m))652 t.Errorf("proto.HasExtension(%s): got false, want true", proto.MarshalTextString(m))656 t.Errorf("proto.HasExtension(%s): got true, want false", proto.MarshalTextString(m))
837 func MarshalTextString(pb Message) string { return defaultTextMarshaler.Text(pb) } func
860 exp := proto.MarshalTextString(tt.pb)861 act := proto.MarshalTextString(p)910 exp := proto.MarshalTextString(tt.pb)911 act := proto.MarshalTextString(p)