Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go661 type OldReply struct { struct
662 XXX_NoUnkeyedLiteral struct{} `json:"-"`
663 proto.XXX_InternalExtensions `protobuf_messageset:"1" json:"-"`
664 XXX_unrecognized []byte `json:"-"`
665 XXX_sizecache int32 `json:"-"`
668 func (m *OldReply) Reset() { *m = OldReply{} }
669 func (m *OldReply) String() string { return proto.CompactTextString(m) }
670 func (*OldReply) ProtoMessage() {}
671 func (*OldReply) Descriptor() ([]byte, []int) {
679 func (*OldReply) ExtensionRangeArray() []proto.ExtensionRange {
[all …]
Dtest.proto138 message OldReply { message