Searched refs:GroupNew (Results 1 – 3 of 3) sorted by relevance
2894 type GroupNew struct { struct2901 func (m *GroupNew) Reset() { *m = GroupNew{} } argument2902 func (m *GroupNew) String() string { return proto.CompactTextString(m) } argument2903 func (*GroupNew) ProtoMessage() {} argument2904 func (*GroupNew) Descriptor() ([]byte, []int) { argument2908 func (m *GroupNew) XXX_Unmarshal(b []byte) error { argument2911 func (m *GroupNew) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument2914 func (m *GroupNew) XXX_Merge(src proto.Message) { argument2917 func (m *GroupNew) XXX_Size() int { argument2920 func (m *GroupNew) XXX_DiscardUnknown() { argument[all …]
494 // GroupOld and GroupNew have the same wire format.495 // GroupNew has a new field inside a group.503 message GroupNew { message
1786 a := &GroupNew{1796 b := &GroupNew{1805 want := &GroupNew{1811 got := new(GroupNew)