Searched defs:ComplexExtension (Results 1 – 2 of 2) sorted by relevance
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2141 type ComplexExtension struct { struct 2142 First *int32 `protobuf:"varint,1,opt,name=first" json:"first,omitempty"` 2143 Second *int32 `protobuf:"varint,2,opt,name=second" json:"second,omitempty"` 2144 Third []int32 `protobuf:"varint,3,rep,name=third" json:"third,omitempty"` 2145 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2146 XXX_unrecognized []byte `json:"-"` 2147 XXX_sizecache int32 `json:"-"` 2150 func (m *ComplexExtension) Reset() { *m = ComplexExtension{} } 2151 func (m *ComplexExtension) String() string { return proto.CompactTextString(m) } 2152 func (*ComplexExtension) ProtoMessage() {} [all …]
|
D | test.proto | 308 message ComplexExtension { message
|