Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go412 type OtherReplyExtensions struct { struct
417 func (m *OtherReplyExtensions) Reset() { *m = OtherReplyExtensions{} } argument
418 func (m *OtherReplyExtensions) String() string { return proto.CompactTextString(m) } argument
419 func (*OtherReplyExtensions) ProtoMessage() {} argument
421 func (m *OtherReplyExtensions) GetKey() int32 { argument
842 ExtensionType: (*OtherReplyExtensions)(nil),
856 proto.RegisterType((*OtherReplyExtensions)(nil), "my.test.OtherReplyExtensions")
Dtest.pb.go.golden17 OtherReplyExtensions
412 type OtherReplyExtensions struct {
417 func (m *OtherReplyExtensions) Reset() { *m = OtherReplyExtensions{} }
418 func (m *OtherReplyExtensions) String() string { return proto.CompactTextString(m) }
419 func (*OtherReplyExtensions) ProtoMessage() {}
421 func (m *OtherReplyExtensions) GetKey() int32 {
842 ExtensionType: (*OtherReplyExtensions)(nil),
856 proto.RegisterType((*OtherReplyExtensions)(nil), "my.test.OtherReplyExtensions")
Dtest.proto118 message OtherReplyExtensions { message
125 optional OtherReplyExtensions donut = 106;