Searched defs:M_Grouping (Results 1 – 2 of 2) sorted by relevance
241 type M_Grouping struct { struct242 … *string `protobuf:"bytes,5,opt,name=group_field,json=groupField" json:"group_field,omitempty"`243 XXX_NoUnkeyedLiteral struct{} `json:"-"`244 XXX_unrecognized []byte `json:"-"`245 XXX_sizecache int32 `json:"-"`248 func (m *M_Grouping) Reset() { *m = M_Grouping{} }249 func (m *M_Grouping) String() string { return proto.CompactTextString(m) }250 func (*M_Grouping) ProtoMessage() {}251 func (*M_Grouping) Descriptor() ([]byte, []int) {255 func (m *M_Grouping) XXX_Unmarshal(b []byte) error {[all …]
32 type M_Grouping = sub.M_Grouping talias