| /external/flatbuffers/tests/ |
| D | monster_test.grpc.fb.h | 1 // Generated by the gRPC C++ plugin. 8 #include "flatbuffers/grpc.h" 10 #include <grpc++/impl/codegen/async_stream.h> 11 #include <grpc++/impl/codegen/async_unary_call.h> 12 #include <grpc++/impl/codegen/method_handler_impl.h> 13 #include <grpc++/impl/codegen/proto_utils.h> 14 #include <grpc++/impl/codegen/rpc_method.h> 15 #include <grpc++/impl/codegen/service_type.h> 16 #include <grpc++/impl/codegen/status.h> 17 #include <grpc++/impl/codegen/stub_options.h> [all …]
|
| D | monster_test.grpc.fb.cc | 1 // Generated by the gRPC C++ plugin. 6 #include "monster_test.grpc.fb.h" 8 #include <grpc++/impl/codegen/async_stream.h> 9 #include <grpc++/impl/codegen/async_unary_call.h> 10 #include <grpc++/impl/codegen/channel_interface.h> 11 #include <grpc++/impl/codegen/client_unary_call.h> 12 #include <grpc++/impl/codegen/method_handler_impl.h> 13 #include <grpc++/impl/codegen/rpc_service_method.h> 14 #include <grpc++/impl/codegen/service_type.h> 15 #include <grpc++/impl/codegen/sync_stream.h> [all …]
|
| /external/grpc-grpc/test/cpp/codegen/ |
| D | compiler_test_golden | 1 // Generated by the gRPC C++ plugin. 3 // source: src/proto/grpc/testing/compiler_test.proto 5 // Copyright 2016 gRPC authors. 27 #include "src/proto/grpc/testing/compiler_test.pb.h" 41 namespace grpc { 46 } // namespace grpc 48 namespace grpc { 59 return "grpc.testing.ServiceA"; 65 …virtual ::grpc::Status MethodA1(::grpc::ClientContext* context, const ::grpc::testing::Request& re… 66 …grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>> AsyncMethodA1(::grpc::Client… [all …]
|
| D | compiler_test_mock_golden | 1 // Generated by the gRPC C++ plugin. 3 // source: src/proto/grpc/testing/compiler_test.proto 5 #include "src/proto/grpc/testing/compiler_test.pb.h" 6 #include "src/proto/grpc/testing/compiler_test.grpc.pb.h" 11 namespace grpc { 16 …MOCK_METHOD3(MethodA1, ::grpc::Status(::grpc::ClientContext* context, const ::grpc::testing::Reque… 17 …::grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>*(::grpc::ClientContext* con… 18 …::grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>*(::grpc::ClientContext* con… 19 …MOCK_METHOD2(MethodA2Raw, ::grpc::ClientWriterInterface< ::grpc::testing::Request>*(::grpc::Client… 20 …2Raw, ::grpc::ClientAsyncWriterInterface< ::grpc::testing::Request>*(::grpc::ClientContext* contex… [all …]
|
| /external/grpc-grpc-java/compiler/src/test/golden/ |
| D | TestService.java.txt | 1 package io.grpc.testing.compiler; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| /external/grpc-grpc-java/compiler/src/testLite/golden/ |
| D | TestService.java.txt | 1 package io.grpc.testing.compiler; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| /external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/ |
| D | SimpleServiceGrpc.java | 1 package io.grpc.testing.protobuf; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| /external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/ |
| D | ChannelzGrpc.java | 1 package io.grpc.channelz.v1; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| /external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
| D | TestServiceGrpc.java | 1 package io.grpc.testing.integration; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| D | ReconnectServiceGrpc.java | 1 package io.grpc.testing.integration; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| D | MetricsServiceGrpc.java | 1 package io.grpc.testing.integration; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| /external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/ |
| D | BenchmarkServiceGrpc.java | 1 package io.grpc.benchmarks.proto; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| D | WorkerServiceGrpc.java | 1 package io.grpc.benchmarks.proto; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| /external/grpc-grpc-java/compiler/src/testNano/golden/ |
| D | TestService.java.txt | 1 package io.grpc.testing.compiler.nano; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| /external/grpc-grpc/src/csharp/ |
| D | tests.json | 2 "Grpc.Core.Tests": [ 3 "Grpc.Core.Interceptors.Tests.ClientInterceptorTest", 4 "Grpc.Core.Interceptors.Tests.ServerInterceptorTest", 5 "Grpc.Core.Internal.Tests.AsyncCallServerTest", 6 "Grpc.Core.Internal.Tests.AsyncCallTest", 7 "Grpc.Core.Internal.Tests.ChannelArgsSafeHandleTest", 8 "Grpc.Core.Internal.Tests.CompletionQueueEventTest", 9 "Grpc.Core.Internal.Tests.CompletionQueueSafeHandleTest", 10 "Grpc.Core.Internal.Tests.DefaultObjectPoolTest", 11 "Grpc.Core.Internal.Tests.MetadataArraySafeHandleTest", [all …]
|
| /external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
| D | grpc_master_service_impl.h | 32 namespace grpc { 36 // and the gRPC generated stub and service classes. 43 virtual ::grpc::Status CreateSession(::grpc::ClientContext* context, 46 virtual ::grpc::Status ExtendSession(::grpc::ClientContext* context, 49 virtual ::grpc::Status PartialRunSetup( 50 ::grpc::ClientContext* context, const PartialRunSetupRequest& request, 52 virtual ::grpc::Status RunStep(::grpc::ClientContext* context, 55 virtual ::grpc::Status CloseSession(::grpc::ClientContext* context, 58 virtual ::grpc::Status ListDevices(::grpc::ClientContext* context, 61 virtual ::grpc::Status Reset(::grpc::ClientContext* context, [all …]
|
| /external/grpc-grpc/tools/interop_matrix/testcases/ |
| D | csharp__v1.1.4 | 3 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr… 4 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr… 5 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr… 6 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr… 7 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr… 8 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr… 9 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr… 10 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr… 11 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr… 12 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr… [all …]
|
| D | csharp__master | 3 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m… 4 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m… 5 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m… 6 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m… 7 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m… 8 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m… 9 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m… 10 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m… 11 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m… 12 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m… [all …]
|
| D | csharpcoreclr__master | 3 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba… 4 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba… 5 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba… 6 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba… 7 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba… 8 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba… 9 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba… 10 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba… 11 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba… 12 …grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba… [all …]
|
| /external/grpc-grpc-java/grpclb/src/generated/main/grpc/io/grpc/lb/v1/ |
| D | LoadBalancerGrpc.java | 1 package io.grpc.lb.v1; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
| D | TestGrpc.cs | 3 // source: src/proto/grpc/testing/test.proto 6 // Copyright 2015-2016 gRPC authors. 26 using grpc = global::Grpc.Core; typedef 28 namespace Grpc.Testing { 35 static readonly string __ServiceName = "grpc.testing.TestService"; 37 …grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grpc::Marshallers.C… 38 …grpc::Marshaller<global::Grpc.Testing.SimpleRequest> __Marshaller_grpc_testing_SimpleRequest = grp… 39 …grpc::Marshaller<global::Grpc.Testing.SimpleResponse> __Marshaller_grpc_testing_SimpleResponse = g… 40 …grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallRequest> __Marshaller_grpc_testing_Stream… 41 …grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallResponse> __Marshaller_grpc_testing_Strea… [all …]
|
| /external/grpc-grpc/tools/run_tests/sanity/ |
| D | check_deprecated_grpc++.py | 3 # Copyright 2018 gRPC authors. 25 "include/grpc++/create_channel_posix.h", "include/grpc++/server_builder.h", 26 "include/grpc++/resource_quota.h", "include/grpc++/create_channel.h", 27 "include/grpc++/alarm.h", "include/grpc++/server.h", 28 "include/grpc++/server_context.h", "include/grpc++/client_context.h", 29 "include/grpc++/server_posix.h", "include/grpc++/grpc++.h", 30 "include/grpc++/health_check_service_interface.h", 31 "include/grpc++/completion_queue.h", "include/grpc++/channel.h", 32 "include/grpc++/support/sync_stream.h", "include/grpc++/support/status.h", 33 "include/grpc++/support/config.h", [all …]
|
| /external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/ |
| D | HealthGrpc.java | 1 package io.grpc.health.v1; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| /external/grpc-grpc-java/services/src/generated/test/grpc/io/grpc/reflection/testing/ |
| D | ReflectableServiceGrpc.java | 1 package io.grpc.reflection.testing; 3 import static io.grpc.MethodDescriptor.generateFullMethodName; 4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; 5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; 6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; 7 import static io.grpc.stub.ClientCalls.asyncUnaryCall; 8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; 9 import static io.grpc.stub.ClientCalls.blockingUnaryCall; 10 import static io.grpc.stub.ClientCalls.futureUnaryCall; 11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; [all …]
|
| /external/grpc-grpc/test/cpp/end2end/ |
| D | BUILD | 1 # Copyright 2017 gRPC authors. 33 "//src/proto/grpc/testing:echo_proto", 46 "//:grpc", 47 "//:grpc++", 48 "//src/proto/grpc/health/v1:health_proto", 49 "//src/proto/grpc/testing:echo_messages_proto", 50 "//src/proto/grpc/testing:echo_proto", 51 "//src/proto/grpc/testing/duplicate:echo_duplicate_proto", 69 "//:grpc", 70 "//:grpc++", [all …]
|