Searched defs:GoSkipTest_SkipGroup (Results 1 – 1 of 1) sorted by relevance
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 1373 type GoSkipTest_SkipGroup struct { struct 1374 … *int32 `protobuf:"varint,16,req,name=group_int32,json=groupInt32" json:"group_int32,omitempty"` 1375 …*string `protobuf:"bytes,17,req,name=group_string,json=groupString" json:"group_string,omitempty"` 1376 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1377 XXX_unrecognized []byte `json:"-"` 1378 XXX_sizecache int32 `json:"-"` 1381 func (m *GoSkipTest_SkipGroup) Reset() { *m = GoSkipTest_SkipGroup{} } 1382 func (m *GoSkipTest_SkipGroup) String() string { return proto.CompactTextString(m) } 1383 func (*GoSkipTest_SkipGroup) ProtoMessage() {} 1384 func (*GoSkipTest_SkipGroup) Descriptor() ([]byte, []int) { [all …]
|