Home
last modified time | relevance | path

Searched defs:PingPongBidi (Results 1 – 5 of 5) sorted by relevance

/dports/net/evans/evans-0.9.1/vendor/github.com/improbable-eng/grpc-web/integration_test/go/testserver/
H A Dtestserver.go271 func (s *testSrv) PingPongBidi(stream testproto.TestService_PingPongBidiServer) error { func
/dports/net/evans/evans-0.9.1/vendor/github.com/improbable-eng/grpc-web/integration_test/ts/_proto/improbable/grpcweb/test/
H A Dtest_pb_service.d.ts77 static readonly PingPongBidi: TestServicePingPongBidi; property in TestService
/dports/net/evans/evans-0.9.1/vendor/github.com/improbable-eng/grpc-web/integration_test/proto/improbable/grpcweb/test/
H A Dtest.proto46 rpc PingPongBidi(stream PingRequest) returns (stream PingResponse) {} rpc
/dports/net/evans/evans-0.9.1/vendor/github.com/improbable-eng/grpc-web/go/grpcweb/
H A Dwrapper_test.go680 func (s *testServiceImpl) PingPongBidi(stream testproto.TestService_PingPongBidiServer) error { func
/dports/net/evans/evans-0.9.1/vendor/github.com/improbable-eng/grpc-web/integration_test/go/_proto/improbable/grpcweb/test/
H A Dtest.pb.go442 PingPongBidi(ctx context.Context, opts ...grpc.CallOption) (TestService_PingPongBidiClient, error) methodSpec
514 func (c *testServiceClient) PingPongBidi(ctx context.Context, opts ...grpc.CallOption) (TestService… func
594 PingPongBidi(TestService_PingPongBidiServer) error methodSpec