Home
last modified time | relevance | path

Searched refs: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
668 func (m *OldReply) Reset() { *m = OldReply{} } argument
669 func (m *OldReply) String() string { return proto.CompactTextString(m) } argument
670 func (*OldReply) ProtoMessage() {} argument
671 func (*OldReply) Descriptor() ([]byte, []int) { argument
679 func (*OldReply) ExtensionRangeArray() []proto.ExtensionRange { argument
683 func (m *OldReply) XXX_Unmarshal(b []byte) error { argument
686 func (m *OldReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
689 func (m *OldReply) XXX_Merge(src proto.Message) { argument
692 func (m *OldReply) XXX_Size() int { argument
[all …]
Dtest.proto138 message OldReply { message