Home
last modified time | relevance | path

Searched refs:GroupNew (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2894 type GroupNew struct { struct
2901 func (m *GroupNew) Reset() { *m = GroupNew{} } argument
2902 func (m *GroupNew) String() string { return proto.CompactTextString(m) } argument
2903 func (*GroupNew) ProtoMessage() {} argument
2904 func (*GroupNew) Descriptor() ([]byte, []int) { argument
2908 func (m *GroupNew) XXX_Unmarshal(b []byte) error { argument
2911 func (m *GroupNew) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
2914 func (m *GroupNew) XXX_Merge(src proto.Message) { argument
2917 func (m *GroupNew) XXX_Size() int { argument
2920 func (m *GroupNew) XXX_DiscardUnknown() { argument
[all …]
Dtest.proto494 // GroupOld and GroupNew have the same wire format.
495 // GroupNew has a new field inside a group.
503 message GroupNew { message
/external/golang-protobuf/proto/
Dall_test.go1784 a := &GroupNew{
1794 b := &GroupNew{
1803 want := &GroupNew{
1809 got := new(GroupNew)