Home
last modified time | relevance | path

Searched full:grpc (Results 1 – 25 of 4824) sorted by relevance

12345678910>>...193

/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h1 // 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 …]
Dmonster_test.grpc.fb.cc1 // 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/
Dcompiler_test_golden1 // 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…
66grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>> AsyncMethodA1(::grpc::Client…
[all …]
Dcompiler_test_mock_golden1 // 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/
DTestService.java.txt1 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/
DTestService.java.txt1 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/
DSimpleServiceGrpc.java1 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/
DChannelzGrpc.java1 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/
DTestServiceGrpc.java1 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 …]
DReconnectServiceGrpc.java1 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 …]
DMetricsServiceGrpc.java1 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/
DBenchmarkServiceGrpc.java1 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 …]
DWorkerServiceGrpc.java1 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/
DTestService.java.txt1 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/
Dtests.json2 "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/
Dgrpc_master_service_impl.h32 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/
Dcsharp__v1.1.43grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr…
4grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr…
5grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr…
6grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr…
7grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr…
8grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr…
9grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr…
10grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr…
11grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr…
12grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug --net=host $docker_image bash -c "mono Gr…
[all …]
Dcsharp__master3grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m…
4grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m…
5grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m…
6grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m…
7grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m…
8grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m…
9grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m…
10grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m…
11grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m…
12grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/net45 --net=host $docker_image bash -c "m…
[all …]
Dcsharpcoreclr__master3grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba…
4grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba…
5grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba…
6grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba…
7grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba…
8grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba…
9grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba…
10grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba…
11grpc/src/csharp/Grpc.IntegrationTesting.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image ba…
12grpc/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/
DLoadBalancerGrpc.java1 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/
DTestGrpc.cs3 // 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";
37grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grpc::Marshallers.C…
38grpc::Marshaller<global::Grpc.Testing.SimpleRequest> __Marshaller_grpc_testing_SimpleRequest = grp…
39grpc::Marshaller<global::Grpc.Testing.SimpleResponse> __Marshaller_grpc_testing_SimpleResponse = g…
40grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallRequest> __Marshaller_grpc_testing_Stream…
41grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallResponse> __Marshaller_grpc_testing_Strea…
[all …]
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_deprecated_grpc++.py3 # 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/
DHealthGrpc.java1 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/
DReflectableServiceGrpc.java1 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/
DBUILD1 # 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 …]

12345678910>>...193