Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go622 type OtherReplyExtensions struct { struct
623 Key *int32 `protobuf:"varint,1,opt,name=key" json:"key,omitempty"`
624 XXX_NoUnkeyedLiteral struct{} `json:"-"`
625 XXX_unrecognized []byte `json:"-"`
626 XXX_sizecache int32 `json:"-"`
629 func (m *OtherReplyExtensions) Reset() { *m = OtherReplyExtensions{} }
630 func (m *OtherReplyExtensions) String() string { return proto.CompactTextString(m) }
631 func (*OtherReplyExtensions) ProtoMessage() {}
632 func (*OtherReplyExtensions) Descriptor() ([]byte, []int) {
636 func (m *OtherReplyExtensions) XXX_Unmarshal(b []byte) error {
[all …]
Dtest.proto127 message OtherReplyExtensions { message