| /third_party/grpc/src/objective-c/examples/RemoteTestClient/ |
| D | test.proto | 28 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/ |
| D | test.proto | 28 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/ |
| D | test_service.proto | 22 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/ |
| D | test.proto | 30 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/ |
| D | service_test.proto | 33 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/ |
| D | services.proto | 21 service TestService { service 22 rpc Call(Request) returns (Response);
|
| /third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/ |
| D | same.proto | 22 service TestService { service 23 rpc Call(Request) returns (Response);
|
| /third_party/grpc/src/ruby/spec/pb/codegen/grpc/testing/ |
| D | package_options.proto | 26 service TestService { service 27 rpc GetTest(TestRequest) returns (TestResponse) { }
|
| /third_party/protobuf/src/google/protobuf/ |
| D | unittest_no_generic_services.proto | 30 service TestService { service 31 rpc Foo(TestMessage) returns (TestMessage);
|
| D | unittest.proto | 1733 service TestService { service 1734 rpc Foo(FooRequest) returns (FooResponse); 1736 rpc Bar(BarRequest) returns (BarResponse);
|
| /third_party/grpc/examples/protos/ |
| D | auth_sample.proto | 39 service TestService { service 41 rpc UnaryCall(Request) returns (Response);
|
| /third_party/grpc/src/ruby/pb/src/proto/grpc/testing/ |
| D | test_services_pb.rb | 27 module TestService module
|
| /third_party/grpc/src/python/grpcio_tests/tests/interop/ |
| D | service.py | 53 class TestService(test_pb2_grpc.TestServiceServicer): class
|
| /third_party/grpc/src/php/tests/interop/ |
| D | interop_server.php | 21 class TestService extends \Grpc\Testing\TestServiceStub class
|
| /third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/ |
| D | xds_interop_server.py | 62 class TestService(test_pb2_grpc.TestServiceServicer): class
|
| /third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
| D | unittest_proto3.proto | 357 service TestService { service 358 rpc Foo(FooRequest) returns (FooResponse); 359 rpc Bar(BarRequest) returns (BarResponse);
|
| /third_party/protobuf/csharp/protos/ |
| D | unittest_proto3.proto | 347 service TestService { service 349 rpc Foo(FooRequest) returns (FooResponse); 350 rpc Bar(BarRequest) returns (BarResponse);
|
| D | unittest.proto | 924 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/ |
| D | ICUServiceTest.java | 103 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/ |
| D | ICUServiceTest.java | 100 static final class TestService extends ICUService { class in ICUServiceTest 101 public TestService() { in TestService() method in ICUServiceTest.TestService
|
| /third_party/protobuf/objectivec/Tests/ |
| D | unittest.proto | 1035 service TestService { service 1036 rpc Foo(FooRequest) returns (FooResponse); 1037 rpc Bar(BarRequest) returns (BarResponse);
|