Lines Matching defs:ComplexExtension
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() {}
2153 func (*ComplexExtension) Descriptor() ([]byte, []int) {
2157 func (m *ComplexExtension) XXX_Unmarshal(b []byte) error {
2160 func (m *ComplexExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2163 func (m *ComplexExtension) XXX_Merge(src proto.Message) {
2166 func (m *ComplexExtension) XXX_Size() int {
2169 func (m *ComplexExtension) XXX_DiscardUnknown() {
2175 func (m *ComplexExtension) GetFirst() int32 {
2182 func (m *ComplexExtension) GetSecond() int32 {
2189 func (m *ComplexExtension) GetThird() []int32 {