Home
last modified time | relevance | path

Searched defs:GroupNew (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2894 type GroupNew struct { struct
2895 G *GroupNew_G `protobuf:"group,101,opt,name=G,json=g" json:"g,omitempty"`
2896 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2897 XXX_unrecognized []byte `json:"-"`
2898 XXX_sizecache int32 `json:"-"`
2901 func (m *GroupNew) Reset() { *m = GroupNew{} }
2902 func (m *GroupNew) String() string { return proto.CompactTextString(m) }
2903 func (*GroupNew) ProtoMessage() {}
2904 func (*GroupNew) Descriptor() ([]byte, []int) {
2908 func (m *GroupNew) XXX_Unmarshal(b []byte) error {
[all …]
Dtest.proto503 message GroupNew { message