/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/ |
D | test.proto | 42 service TestService { service 45 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); 49 rpc StreamingOutputCall(StreamingOutputCallRequest) 54 rpc StreamingInputCall(stream StreamingInputCallRequest) 60 rpc FullBidiCall(stream StreamingOutputCallRequest) 67 rpc HalfBidiCall(stream StreamingOutputCallRequest) 72 rpc Import(stream StreamingInputCallRequest) returns (stream StreamingInputCallResponse); 75 rpc SafeCall(SimpleRequest) returns (SimpleResponse) { 80 rpc IdempotentCall(SimpleRequest) returns (SimpleResponse) {
|
/external/grpc-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)
|
/external/grpc-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)
|
/external/grpc-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)
|
/external/grpc-grpc-java/interop-testing/src/main/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);
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | test.proto | 28 service TestService { service 30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); 33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); 38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); 42 rpc StreamingOutputCall(StreamingOutputCallRequest) 47 rpc StreamingInputCall(stream StreamingInputCallRequest) 53 rpc FullDuplexCall(stream StreamingOutputCallRequest) 60 rpc HalfDuplexCall(stream StreamingOutputCallRequest) 65 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
|
/external/grpc-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);
|
/external/pigweed/pw_rpc/pw_rpc_test_protos/ |
D | test.proto | 35 service TestService { service 36 rpc TestUnaryRpc(TestRequest) returns (TestResponse); 37 rpc TestAnotherUnaryRpc(TestRequest) returns (TestResponse); 38 rpc TestServerStreamRpc(TestRequest) returns (stream TestStreamResponse); 39 rpc TestClientStreamRpc(stream TestRequest) returns (TestStreamResponse); 40 rpc TestBidirectionalStreamRpc(stream TestRequest)
|
/external/grpc-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);
|
/external/pigweed/pw_rpc_transport/internal/ |
D | test.proto | 19 service TestService { service 20 rpc Echo(EchoMessage) returns (EchoMessage) {}
|
/external/grpc-grpc/src/ruby/spec/pb/codegen/grpc/testing/ |
D | package_options.proto | 26 service TestService { service 27 rpc GetTest(TestRequest) returns (TestResponse) { }
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/ |
D | same.proto | 22 service TestService { service 23 rpc Call(Request) returns (Response);
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | unittest_no_generic_services.proto | 51 service TestService { service 52 rpc Foo(TestMessage) returns (TestMessage);
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | unittest_no_generic_services.proto | 51 service TestService { service 52 rpc Foo(TestMessage) returns (TestMessage);
|
/external/protobuf/src/google/protobuf/ |
D | unittest_no_generic_services.proto | 51 service TestService { service 52 rpc Foo(TestMessage) returns (TestMessage);
|
/external/grpc-grpc/examples/protos/ |
D | auth_sample.proto | 39 service TestService { service 41 rpc UnaryCall(Request) returns (Response);
|
/external/pigweed/pw_rpc/ |
D | method_test.cc | 39 class TestService : public Service { class 41 TestService() : Service(5678, kMethods) {} in TestService() function in pw::rpc::internal::__anon4660dc690111::TestService
|
D | service_test.cc | 55 class TestService : public Service { class 57 constexpr TestService() : Service(0xabcd, kMethods) {} in TestService() function in pw::rpc::__anon8c1c22b90111::TestService
|
/external/robolectric/testapp/src/main/java/org/robolectric/testapp/ |
D | TestService.java | 8 public class TestService extends Service { class
|
/external/pigweed/pw_rpc/raw/ |
D | service_nc_test.cc | 25 class TestService final class
|
D | method_info_test.cc | 24 class TestService final class
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | TestService.java | 9 class TestService extends Service implements ServiceConnection { class
|
/external/pigweed/pw_rpc/pwpb/ |
D | method_info_test.cc | 34 class TestService final class
|
/external/pigweed/pw_rpc/nanopb/ |
D | method_info_test.cc | 26 class TestService final : public GeneratedService::Service<TestService> { class
|
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/ |
D | test_services_pb.rb | 27 module TestService module
|