Home
last modified time | relevance | path

Searched refs:MarshalTextString (Results 1 – 4 of 4) sorted by relevance

/external/golang-protobuf/proto/
Dtext_test.go432 if s := proto.MarshalTextString(m); s != want {
493 wantText := proto.MarshalTextString(m)
505 got := proto.MarshalTextString(m)
Dextensions_test.go642 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))
Dtext.go839 func MarshalTextString(pb Message) string { return defaultTextMarshaler.Text(pb) } func
/external/golang-protobuf/jsonpb/
Djsonpb_test.go891 exp := proto.MarshalTextString(tt.pb)
892 act := proto.MarshalTextString(p)
941 exp := proto.MarshalTextString(tt.pb)
942 act := proto.MarshalTextString(p)