Searched defs:OtherReplyExtensions (Results 1 – 2 of 2) sorted by relevance
622 type OtherReplyExtensions struct { struct623 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 …]
127 message OtherReplyExtensions { message