Home
last modified time | relevance | path

Searched refs:ServerReflectionInfo (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs90 …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()
DReflectionServiceImpl.cs66 …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/
Dreflection_servicer_test.py72 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.py84 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/
Dreflection.proto24 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.py27 async def ServerReflectionInfo( member in ReflectionServicer
Dreflection.py31 def ServerReflectionInfo(self, request_iterator, context): member in ReflectionServicer
/third_party/grpc/src/cpp/ext/
Dproto_server_reflection.h40 Status ServerReflectionInfo(
Dproto_server_reflection.cc46 Status ProtoServerReflection::ServerReflectionInfo( in ServerReflectionInfo() function in grpc::ProtoServerReflection
/third_party/grpc/src/csharp/Grpc.Reflection.Tests/
DReflectionClientServerTest.cs130 var call = client.ServerReflectionInfo(); in SingleRequestAsync()
/third_party/grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc316 stream_ = stub_->ServerReflectionInfo(&ctx_); in GetStream()