Lines Matching defs:SimpleRequest
27 type SimpleRequest struct { struct
28 XXX_NoUnkeyedLiteral struct{} `json:"-"`
29 XXX_unrecognized []byte `json:"-"`
30 XXX_sizecache int32 `json:"-"`
33 func (m *SimpleRequest) Reset() { *m = SimpleRequest{} }
34 func (m *SimpleRequest) String() string { return proto.CompactTextString(m) }
35 func (*SimpleRequest) ProtoMessage() {}
36 func (*SimpleRequest) Descriptor() ([]byte, []int) {
40 func (m *SimpleRequest) XXX_Unmarshal(b []byte) error {
43 func (m *SimpleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
46 func (m *SimpleRequest) XXX_Merge(src proto.Message) {
49 func (m *SimpleRequest) XXX_Size() int {
52 func (m *SimpleRequest) XXX_DiscardUnknown() {
194 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error)
196 …Downstream(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (Test_DownstreamClient…
319 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error)
321 Downstream(*SimpleRequest, Test_DownstreamServer) error