Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1260 type GoTestRequiredGroupField_Group struct { struct
1261 Field *int32 `protobuf:"varint,2,req,name=Field" json:"Field,omitempty"`
1262 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1263 XXX_unrecognized []byte `json:"-"`
1264 XXX_sizecache int32 `json:"-"`
1267 func (m *GoTestRequiredGroupField_Group) Reset() { *m = GoTestRequiredGroupField_Group{} }
1268 func (m *GoTestRequiredGroupField_Group) String() string { return proto.CompactTextString(m) }
1269 func (*GoTestRequiredGroupField_Group) ProtoMessage() {}
1270 func (*GoTestRequiredGroupField_Group) Descriptor() ([]byte, []int) {
1274 func (m *GoTestRequiredGroupField_Group) XXX_Unmarshal(b []byte) error {
[all …]