Lines Matching refs:DeprecatedResponse
85 type DeprecatedResponse struct { struct
98 func (m *DeprecatedResponse) Reset() { *m = DeprecatedResponse{} } argument
99 func (m *DeprecatedResponse) String() string { return proto.CompactTextString(m) } argument
100 func (*DeprecatedResponse) ProtoMessage() {} argument
101 func (*DeprecatedResponse) Descriptor() ([]byte, []int) { argument
105 func (m *DeprecatedResponse) XXX_Unmarshal(b []byte) error { argument
108 func (m *DeprecatedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
111 func (m *DeprecatedResponse) XXX_Merge(src proto.Message) { argument
114 func (m *DeprecatedResponse) XXX_Size() int { argument
117 func (m *DeprecatedResponse) XXX_DiscardUnknown() { argument
124 func (m *DeprecatedResponse) GetDeprecatedField() DeprecatedEnum { argument
141 func (m *DeprecatedResponse) GetDeprecatedOneof() isDeprecatedResponse_DeprecatedOneof { argument
149 func (m *DeprecatedResponse) GetDeprecatedOneofField() string {
157 func (*DeprecatedResponse) XXX_OneofWrappers() []interface{} {
166 proto.RegisterType((*DeprecatedResponse)(nil), "deprecated.DeprecatedResponse") argument
208 …l(ctx context.Context, in *DeprecatedRequest, opts ...grpc.CallOption) (*DeprecatedResponse, error)
221 …ctx context.Context, in *DeprecatedRequest, opts ...grpc.CallOption) (*DeprecatedResponse, error) {
222 out := new(DeprecatedResponse)
235 DeprecatedCall(context.Context, *DeprecatedRequest) (*DeprecatedResponse, error)