Home
last modified time | relevance | path

Searched defs:msgWithFakeMarshaler (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/proto/
Dall_test.go293 type msgWithFakeMarshaler struct { struct
294 M *fakeMarshaler `protobuf:"bytes,1,opt,name=fake"`
297 func (m *msgWithFakeMarshaler) String() string { return CompactTextString(m) }
298 func (m *msgWithFakeMarshaler) ProtoMessage() {}
299 func (m *msgWithFakeMarshaler) Reset() {}