Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Dall_test.go281 type fakeMarshaler struct { struct
286 func (f *fakeMarshaler) Marshal() ([]byte, error) { return f.b, f.err } argument
287 func (f *fakeMarshaler) String() string { return fmt.Sprintf("Bytes: %v Error: %v", f.b, … argument
288 func (f *fakeMarshaler) ProtoMessage() {} argument
289 func (f *fakeMarshaler) Reset() {} argument
292 M *fakeMarshaler `protobuf:"bytes,1,opt,name=fake"`
309 m: &fakeMarshaler{
322 M: &fakeMarshaler{
337 m: &fakeMarshaler{