Home
last modified time | relevance | path

Searched defs:TestService (Results 1 – 21 of 21) sorted by relevance

/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto28 service TestService { service
30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
37 rpc StreamingOutputCall(StreamingOutputCallRequest)
42 rpc StreamingInputCall(stream StreamingInputCallRequest)
48 rpc FullDuplexCall(stream StreamingOutputCallRequest)
55 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto28 service TestService { service
30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
37 rpc StreamingOutputCall(StreamingOutputCallRequest)
42 rpc StreamingInputCall(stream StreamingInputCallRequest)
48 rpc FullDuplexCall(stream StreamingOutputCallRequest)
55 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto22 service TestService { service
25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
29 rpc StreamingOutputCall(StreamingOutputCallRequest)
34 rpc StreamingInputCall(stream StreamingInputCallRequest)
40 rpc FullDuplexCall(stream StreamingOutputCallRequest)
47 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
/third_party/grpc/src/proto/grpc/testing/
Dtest.proto30 service TestService { service
32 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
35 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
40 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);
44 rpc StreamingOutputCall(StreamingOutputCallRequest)
49 rpc StreamingInputCall(stream StreamingInputCallRequest)
55 rpc FullDuplexCall(stream StreamingOutputCallRequest)
62 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
67 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
/third_party/protobuf/ruby/tests/
Dservice_test.proto33 service TestService { service
36 rpc UnaryOne(UnaryRequestType) returns (UnaryResponseType);
37 rpc UnaryTwo(UnaryRequestType) returns (UnaryResponseType);
39 rpc IdempotentMethod(UnaryRequestType) returns (UnaryResponseType) {
42 rpc PureMethod(UnaryRequestType) returns (UnaryResponseType) {
46 rpc StreamingMethod(stream StreamRequestType)
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/split_services/
Dservices.proto21 service TestService { service
22 rpc Call(Request) returns (Response);
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/
Dsame.proto22 service TestService { service
23 rpc Call(Request) returns (Response);
/third_party/grpc/src/ruby/spec/pb/codegen/grpc/testing/
Dpackage_options.proto26 service TestService { service
27 rpc GetTest(TestRequest) returns (TestResponse) { }
/third_party/protobuf/src/google/protobuf/
Dunittest_no_generic_services.proto30 service TestService { service
31 rpc Foo(TestMessage) returns (TestMessage);
Dunittest.proto1733 service TestService { service
1734 rpc Foo(FooRequest) returns (FooResponse);
1736 rpc Bar(BarRequest) returns (BarResponse);
/third_party/grpc/examples/protos/
Dauth_sample.proto39 service TestService { service
41 rpc UnaryCall(Request) returns (Response);
/third_party/grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_services_pb.rb27 module TestService module
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dservice.py53 class TestService(test_pb2_grpc.TestServiceServicer): class
/third_party/grpc/src/php/tests/interop/
Dinterop_server.php21 class TestService extends \Grpc\Testing\TestServiceStub class
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/
Dxds_interop_server.py62 class TestService(test_pb2_grpc.TestServiceServicer): class
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto357 service TestService { service
358 rpc Foo(FooRequest) returns (FooResponse);
359 rpc Bar(BarRequest) returns (BarResponse);
/third_party/protobuf/csharp/protos/
Dunittest_proto3.proto347 service TestService { service
349 rpc Foo(FooRequest) returns (FooResponse);
350 rpc Bar(BarRequest) returns (BarResponse);
Dunittest.proto924 service TestService { service
925 rpc Foo(FooRequest) returns (FooResponse);
926 rpc Bar(BarRequest) returns (BarResponse);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUServiceTest.java103 static final class TestService extends ICUService { class in ICUServiceTest
104 public TestService() { in TestService() method in ICUServiceTest.TestService
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java100 static final class TestService extends ICUService { class in ICUServiceTest
101 public TestService() { in TestService() method in ICUServiceTest.TestService
/third_party/protobuf/objectivec/Tests/
Dunittest.proto1035 service TestService { service
1036 rpc Foo(FooRequest) returns (FooResponse);
1037 rpc Bar(BarRequest) returns (BarResponse);