Searched defs:M_Submessage (Results 1 – 2 of 2) sorted by relevance
280 type M_Submessage struct { struct284 SubmessageOneofField isM_Submessage_SubmessageOneofField `protobuf_oneof:"submessage_oneof_field"`285 XXX_NoUnkeyedLiteral struct{} `json:"-"`286 XXX_unrecognized []byte `json:"-"`287 XXX_sizecache int32 `json:"-"`290 func (m *M_Submessage) Reset() { *m = M_Submessage{} }291 func (m *M_Submessage) String() string { return proto.CompactTextString(m) }292 func (*M_Submessage) ProtoMessage() {}293 func (*M_Submessage) Descriptor() ([]byte, []int) {297 func (m *M_Submessage) XXX_Unmarshal(b []byte) error {[all …]
35 type M_Submessage = sub.M_Submessage talias