/third_party/grpc/src/csharp/Grpc.Reflection/ |
D | ReflectionGrpc.cs | 90 …public virtual global::System.Threading.Tasks.Task ServerReflectionInfo(grpc::IAsyncStreamReader<g… in ServerReflectionInfo() method in Grpc.Reflection.V1Alpha.ServerReflection.ServerReflectionBase 128 …equest, global::Grpc.Reflection.V1Alpha.ServerReflectionResponse> ServerReflectionInfo(grpc::Metad… in ServerReflectionInfo() method in Grpc.Reflection.V1Alpha.ServerReflection.ServerReflectionClient 130 return ServerReflectionInfo(new grpc::CallOptions(headers, deadline, cancellationToken)); in ServerReflectionInfo() 138 …equest, global::Grpc.Reflection.V1Alpha.ServerReflectionResponse> ServerReflectionInfo(grpc::CallO… in ServerReflectionInfo() method in Grpc.Reflection.V1Alpha.ServerReflection.ServerReflectionClient 154 .AddMethod(__Method_ServerReflectionInfo, serviceImpl.ServerReflectionInfo).Build(); in BindService() 163 …uest, global::Grpc.Reflection.V1Alpha.ServerReflectionResponse>(serviceImpl.ServerReflectionInfo)); in BindService()
|
D | ReflectionServiceImpl.cs | 66 …public override async Task ServerReflectionInfo(IAsyncStreamReader<ServerReflectionRequest> reques… in ServerReflectionInfo() method in Grpc.Reflection.ReflectionServiceImpl
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/reflection/ |
D | reflection_servicer_test.py | 72 async for response in self._stub.ServerReflectionInfo(iter(requests)): 98 async for response in self._stub.ServerReflectionInfo(iter(requests)): 129 async for response in self._stub.ServerReflectionInfo(iter(requests)): 155 async for response in self._stub.ServerReflectionInfo(iter(requests)): 176 async for response in self._stub.ServerReflectionInfo(iter(requests)):
|
/third_party/grpc/src/python/grpcio_tests/tests/reflection/ |
D | _reflection_servicer_test.py | 84 responses = tuple(self._stub.ServerReflectionInfo(iter(requests))) 108 responses = tuple(self._stub.ServerReflectionInfo(iter(requests))) 137 responses = tuple(self._stub.ServerReflectionInfo(iter(requests))) 161 responses = tuple(self._stub.ServerReflectionInfo(iter(requests))) 180 responses = tuple(self._stub.ServerReflectionInfo(iter(requests)))
|
/third_party/grpc/src/proto/grpc/reflection/v1alpha/ |
D | reflection.proto | 24 rpc ServerReflectionInfo(stream ServerReflectionRequest) rpc 28 // The message sent by the client when calling ServerReflectionInfo method. 71 // The message sent by the server to answer ServerReflectionInfo method.
|
/third_party/grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/ |
D | _async.py | 27 async def ServerReflectionInfo( member in ReflectionServicer
|
D | reflection.py | 31 def ServerReflectionInfo(self, request_iterator, context): member in ReflectionServicer
|
/third_party/grpc/src/cpp/ext/ |
D | proto_server_reflection.h | 40 Status ServerReflectionInfo(
|
D | proto_server_reflection.cc | 46 Status ProtoServerReflection::ServerReflectionInfo( in ServerReflectionInfo() function in grpc::ProtoServerReflection
|
/third_party/grpc/src/csharp/Grpc.Reflection.Tests/ |
D | ReflectionClientServerTest.cs | 130 var call = client.ServerReflectionInfo(); in SingleRequestAsync()
|
/third_party/grpc/test/cpp/util/ |
D | proto_reflection_descriptor_database.cc | 316 stream_ = stub_->ServerReflectionInfo(&ctx_); in GetStream()
|