Home
last modified time | relevance | path

Searched refs:MarshalTextString (Results 1 – 5 of 5) 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.go646 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))
Dtext.go837 func MarshalTextString(pb Message) string { return defaultTextMarshaler.Text(pb) } func
/external/golang-protobuf/jsonpb/
Djsonpb_test.go860 exp := proto.MarshalTextString(tt.pb)
861 act := proto.MarshalTextString(p)
910 exp := proto.MarshalTextString(tt.pb)
911 act := proto.MarshalTextString(p)
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtext.go837 func MarshalTextString(pb Message) string { return defaultTextMarshaler.Text(pb) } func