Searched defs:TestAllTypes_NestedMessage (Results 1 – 1 of 1) sorted by relevance
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 1307 type TestAllTypes_NestedMessage struct { struct 1308 A int32 `protobuf:"varint,1,opt,name=a,proto3" json:"a,omitempty"` 1309 … *TestAllTypes `protobuf:"bytes,2,opt,name=corecursive,proto3" json:"corecursive,omitempty"` 1310 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1311 XXX_unrecognized []byte `json:"-"` 1312 XXX_sizecache int32 `json:"-"` 1315 func (m *TestAllTypes_NestedMessage) Reset() { *m = TestAllTypes_NestedMessage{} } 1316 func (m *TestAllTypes_NestedMessage) String() string { return proto.CompactTextString(m) } 1317 func (*TestAllTypes_NestedMessage) ProtoMessage() {} 1318 func (*TestAllTypes_NestedMessage) Descriptor() ([]byte, []int) { [all …]
|