Lines Matching defs:GoSkipTest
1302 type GoSkipTest struct { struct
1303 … `protobuf:"varint,11,req,name=skip_int32,json=skipInt32" json:"skip_int32,omitempty"`
1304 … `protobuf:"fixed32,12,req,name=skip_fixed32,json=skipFixed32" json:"skip_fixed32,omitempty"`
1305 … `protobuf:"fixed64,13,req,name=skip_fixed64,json=skipFixed64" json:"skip_fixed64,omitempty"`
1306 … `protobuf:"bytes,14,req,name=skip_string,json=skipString" json:"skip_string,omitempty"`
1307 …ipTest_SkipGroup `protobuf:"group,15,req,name=SkipGroup,json=skipgroup" json:"skipgroup,omitempty"`
1308 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1309 XXX_unrecognized []byte `json:"-"`
1310 XXX_sizecache int32 `json:"-"`
1313 func (m *GoSkipTest) Reset() { *m = GoSkipTest{} }
1314 func (m *GoSkipTest) String() string { return proto.CompactTextString(m) }
1315 func (*GoSkipTest) ProtoMessage() {}
1316 func (*GoSkipTest) Descriptor() ([]byte, []int) {
1320 func (m *GoSkipTest) XXX_Unmarshal(b []byte) error {
1323 func (m *GoSkipTest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1326 func (m *GoSkipTest) XXX_Merge(src proto.Message) {
1329 func (m *GoSkipTest) XXX_Size() int {
1332 func (m *GoSkipTest) XXX_DiscardUnknown() {
1338 func (m *GoSkipTest) GetSkipInt32() int32 {
1345 func (m *GoSkipTest) GetSkipFixed32() uint32 {
1352 func (m *GoSkipTest) GetSkipFixed64() uint64 {
1359 func (m *GoSkipTest) GetSkipString() string {
1366 func (m *GoSkipTest) GetSkipgroup() *GoSkipTest_SkipGroup {