Lines Matching refs:SimpleResponse
58 type SimpleResponse struct { struct
64 func (m *SimpleResponse) Reset() { *m = SimpleResponse{} } argument
65 func (m *SimpleResponse) String() string { return proto.CompactTextString(m) } argument
66 func (*SimpleResponse) ProtoMessage() {} argument
67 func (*SimpleResponse) Descriptor() ([]byte, []int) { argument
71 func (m *SimpleResponse) XXX_Unmarshal(b []byte) error { argument
74 func (m *SimpleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
77 func (m *SimpleResponse) XXX_Merge(src proto.Message) { argument
80 func (m *SimpleResponse) XXX_Size() int { argument
83 func (m *SimpleResponse) XXX_DiscardUnknown() { argument
153 proto.RegisterType((*SimpleResponse)(nil), "grpc.testing.SimpleResponse")
194 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error)
211 …aryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error) {
212 out := new(SimpleResponse)
263 CloseAndRecv() (*SimpleResponse, error)
275 func (x *testUpstreamClient) CloseAndRecv() (*SimpleResponse, error) {
279 m := new(SimpleResponse)
319 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error)
332 func (*UnimplementedTestServer) UnaryCall(ctx context.Context, req *SimpleRequest) (*SimpleResponse…
393 SendAndClose(*SimpleResponse) error argument
402 func (x *testUpstreamServer) SendAndClose(m *SimpleResponse) error {