Lines Matching defs:SimpleRequest
25 type SimpleRequest struct { struct
26 XXX_NoUnkeyedLiteral struct{} `json:"-"`
27 XXX_unrecognized []byte `json:"-"`
28 XXX_sizecache int32 `json:"-"`
31 func (m *SimpleRequest) Reset() { *m = SimpleRequest{} }
32 func (m *SimpleRequest) String() string { return proto.CompactTextString(m) }
33 func (*SimpleRequest) ProtoMessage() {}
34 func (*SimpleRequest) Descriptor() ([]byte, []int) {
38 func (m *SimpleRequest) XXX_Unmarshal(b []byte) error {
41 func (m *SimpleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
44 func (m *SimpleRequest) XXX_Merge(src proto.Message) {
47 func (m *SimpleRequest) XXX_Size() int {
50 func (m *SimpleRequest) XXX_DiscardUnknown() {
190 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error)
192 …Downstream(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (Test_DownstreamClient…
315 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error)
317 Downstream(*SimpleRequest, Test_DownstreamServer) error