Home
last modified time | relevance | path

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

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