/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/flatbuffers/tests/monster_test_suffix/filesuffix_only/ |
D | monster_test.grpc.fb.h | 1 // Generated by the gRPC C++ plugin. 8 #include "flatbuffers/grpc.h" 20 namespace grpc { 25 } // namespace grpc 38 …virtual ::grpc::Status Store(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Mons… 39 …grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>> AsyncStore(::grpc::Cl… in AsyncStore() 40 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Sta… in AsyncStore() 42 …grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>> PrepareAsyncStore(::g… in PrepareAsyncStore() 43 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Sta… in PrepareAsyncStore() 45 …que_ptr< ::grpc::ClientReaderInterface< flatbuffers::grpc::Message<Monster>>> Retrieve(::grpc::Cli… in Retrieve() [all …]
|
D | monster_test.grpc.fb.cc | 1 // Generated by the gRPC C++ plugin. 6 #include "monster_test.grpc.fb.h" 26 …ub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grp… in NewStub() 31 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub() 32 …: channel_(channel) , rpcmethod_Store_(MonsterStorage_method_names[0], ::grpc::internal::RpcMetho… in Stub() 33 …, rpcmethod_Retrieve_(MonsterStorage_method_names[1], ::grpc::internal::RpcMethod::SERVER_STREAMIN… in Stub() 34 …, rpcmethod_GetMaxHitPoint_(MonsterStorage_method_names[2], ::grpc::internal::RpcMethod::CLIENT_ST… in Stub() 35 …, rpcmethod_GetMinMaxHitPoints_(MonsterStorage_method_names[3], ::grpc::internal::RpcMethod::BIDI_… in Stub() 38 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc:… in Store() 39 …return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Store_, context, request, res… in Store() [all …]
|
/external/flatbuffers/tests/ |
D | monster_test_generated.grpc.fb.h | 1 // Generated by the gRPC C++ plugin. 8 #include "flatbuffers/grpc.h" 20 namespace grpc { 25 } // namespace grpc 38 …virtual ::grpc::Status Store(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Mons… 39 …grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>> AsyncStore(::grpc::Cl… in AsyncStore() 40 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Sta… in AsyncStore() 42 …grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>> PrepareAsyncStore(::g… in PrepareAsyncStore() 43 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Sta… in PrepareAsyncStore() 45 …que_ptr< ::grpc::ClientReaderInterface< flatbuffers::grpc::Message<Monster>>> Retrieve(::grpc::Cli… in Retrieve() [all …]
|
D | monster_test.grpc.fb.h | 1 // Generated by the gRPC C++ plugin. 8 #include "flatbuffers/grpc.h" 20 namespace grpc { 25 } // namespace grpc 38 …virtual ::grpc::Status Store(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Mons… 39 …grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>> AsyncStore(::grpc::Cl… in AsyncStore() 40 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Sta… in AsyncStore() 42 …grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>> PrepareAsyncStore(::g… in PrepareAsyncStore() 43 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Sta… in PrepareAsyncStore() 45 …que_ptr< ::grpc::ClientReaderInterface< flatbuffers::grpc::Message<Monster>>> Retrieve(::grpc::Cli… in Retrieve() [all …]
|
D | monster_test_grpc.d.ts | 1 // Generated GRPC code for FlatBuffers TS *** DO NOT EDIT *** 6 import * as grpc from '@grpc/grpc-js'; 8 interface IMonsterStorageService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> { 14 interface IMonsterStorageService_IStore extends grpc.MethodDefinition<MyGame_Example_Monster, MyGam… 18 requestSerialize: grpc.serialize<MyGame_Example_Monster>; 19 requestDeserialize: grpc.deserialize<MyGame_Example_Monster>; 20 responseSerialize: grpc.serialize<MyGame_Example_Stat>; 21 responseDeserialize: grpc.deserialize<MyGame_Example_Stat>; 24 interface IMonsterStorageService_IRetrieve extends grpc.MethodDefinition<MyGame_Example_Stat, MyGam… 28 requestSerialize: grpc.serialize<MyGame_Example_Stat>; [all …]
|
D | monster_test.grpc.fb.cc | 1 // Generated by the gRPC C++ plugin. 6 #include "monster_test.grpc.fb.h" 26 …ub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grp… in NewStub() 31 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub() 32 …: channel_(channel) , rpcmethod_Store_(MonsterStorage_method_names[0], ::grpc::internal::RpcMetho… in Stub() 33 …, rpcmethod_Retrieve_(MonsterStorage_method_names[1], ::grpc::internal::RpcMethod::SERVER_STREAMIN… in Stub() 34 …, rpcmethod_GetMaxHitPoint_(MonsterStorage_method_names[2], ::grpc::internal::RpcMethod::CLIENT_ST… in Stub() 35 …, rpcmethod_GetMinMaxHitPoints_(MonsterStorage_method_names[3], ::grpc::internal::RpcMethod::BIDI_… in Stub() 38 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc:… in Store() 39 …return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Store_, context, request, res… in Store() [all …]
|
D | monster_test_generated.grpc.fb.cc | 1 // Generated by the gRPC C++ plugin. 5 #include "monster_test_generated.grpc.fb.h" 25 …ub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grp… in NewStub() 30 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub() 31 …: channel_(channel) , rpcmethod_Store_(MonsterStorage_method_names[0], ::grpc::internal::RpcMetho… in Stub() 32 …, rpcmethod_Retrieve_(MonsterStorage_method_names[1], ::grpc::internal::RpcMethod::SERVER_STREAMIN… in Stub() 33 …, rpcmethod_GetMaxHitPoint_(MonsterStorage_method_names[2], ::grpc::internal::RpcMethod::CLIENT_ST… in Stub() 34 …, rpcmethod_GetMinMaxHitPoints_(MonsterStorage_method_names[3], ::grpc::internal::RpcMethod::BIDI_… in Stub() 37 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc:… in Store() 38 …return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Store_, context, request, res… in Store() [all …]
|
/external/flatbuffers/tests/monster_test_suffix/ext_only/ |
D | monster_test.grpc.fb.h | 1 // Generated by the gRPC C++ plugin. 8 #include "flatbuffers/grpc.h" 20 namespace grpc { 25 } // namespace grpc 38 …virtual ::grpc::Status Store(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Mons… 39 …grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>> AsyncStore(::grpc::Cl… in AsyncStore() 40 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Sta… in AsyncStore() 42 …grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>> PrepareAsyncStore(::g… in PrepareAsyncStore() 43 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Sta… in PrepareAsyncStore() 45 …que_ptr< ::grpc::ClientReaderInterface< flatbuffers::grpc::Message<Monster>>> Retrieve(::grpc::Cli… in Retrieve() [all …]
|
D | monster_test.grpc.fb.cc | 1 // Generated by the gRPC C++ plugin. 6 #include "monster_test.grpc.fb.h" 26 …ub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grp… in NewStub() 31 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub() 32 …: channel_(channel) , rpcmethod_Store_(MonsterStorage_method_names[0], ::grpc::internal::RpcMetho… in Stub() 33 …, rpcmethod_Retrieve_(MonsterStorage_method_names[1], ::grpc::internal::RpcMethod::SERVER_STREAMIN… in Stub() 34 …, rpcmethod_GetMaxHitPoint_(MonsterStorage_method_names[2], ::grpc::internal::RpcMethod::CLIENT_ST… in Stub() 35 …, rpcmethod_GetMinMaxHitPoints_(MonsterStorage_method_names[3], ::grpc::internal::RpcMethod::BIDI_… in Stub() 38 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc:… in Store() 39 …return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Store_, context, request, res… in Store() [all …]
|
/external/flatbuffers/tests/monster_test_suffix/ |
D | monster_test.grpc.fb.h | 1 // Generated by the gRPC C++ plugin. 8 #include "flatbuffers/grpc.h" 20 namespace grpc { 25 } // namespace grpc 38 …virtual ::grpc::Status Store(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Mons… 39 …grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>> AsyncStore(::grpc::Cl… in AsyncStore() 40 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Sta… in AsyncStore() 42 …grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>> PrepareAsyncStore(::g… in PrepareAsyncStore() 43 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Sta… in PrepareAsyncStore() 45 …que_ptr< ::grpc::ClientReaderInterface< flatbuffers::grpc::Message<Monster>>> Retrieve(::grpc::Cli… in Retrieve() [all …]
|
D | monster_test.grpc.fb.cc | 1 // Generated by the gRPC C++ plugin. 6 #include "monster_test.grpc.fb.h" 26 …ub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grp… in NewStub() 31 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub() 32 …: channel_(channel) , rpcmethod_Store_(MonsterStorage_method_names[0], ::grpc::internal::RpcMetho… in Stub() 33 …, rpcmethod_Retrieve_(MonsterStorage_method_names[1], ::grpc::internal::RpcMethod::SERVER_STREAMIN… in Stub() 34 …, rpcmethod_GetMaxHitPoint_(MonsterStorage_method_names[2], ::grpc::internal::RpcMethod::CLIENT_ST… in Stub() 35 …, rpcmethod_GetMinMaxHitPoints_(MonsterStorage_method_names[3], ::grpc::internal::RpcMethod::BIDI_… in Stub() 38 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc:… in Store() 39 …return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Store_, context, request, res… in Store() [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/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_master_service_impl.h | 34 namespace grpc { 38 // and the gRPC generated stub and service classes. 45 virtual ::grpc::Status CreateSession(::grpc::ClientContext* context, 48 virtual ::grpc::Status ExtendSession(::grpc::ClientContext* context, 51 virtual ::grpc::Status PartialRunSetup( 52 ::grpc::ClientContext* context, const PartialRunSetupRequest& request, 54 virtual ::grpc::Status RunStep(::grpc::ClientContext* context, 57 virtual ::grpc::Status CloseSession(::grpc::ClientContext* context, 60 virtual ::grpc::Status ListDevices(::grpc::ClientContext* context, 63 virtual ::grpc::Status Reset(::grpc::ClientContext* context, [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 …]
|