Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs59 …public virtual global::System.Threading.Tasks.Task ServerReflectionInfo(grpc::IAsyncStreamReader<g… in ServerReflectionInfo() method in Grpc.Reflection.V1Alpha.ServerReflection.ServerReflectionBase
97 …equest, global::Grpc.Reflection.V1Alpha.ServerReflectionResponse> ServerReflectionInfo(grpc::Metad… in ServerReflectionInfo() method in Grpc.Reflection.V1Alpha.ServerReflection.ServerReflectionClient
99 return ServerReflectionInfo(new grpc::CallOptions(headers, deadline, cancellationToken)); in ServerReflectionInfo()
107 …equest, global::Grpc.Reflection.V1Alpha.ServerReflectionResponse> ServerReflectionInfo(grpc::CallO… in ServerReflectionInfo() method in Grpc.Reflection.V1Alpha.ServerReflection.ServerReflectionClient
123 .AddMethod(__Method_ServerReflectionInfo, serviceImpl.ServerReflectionInfo).Build(); in BindService()
DReflectionServiceImpl.cs66 …public override async Task ServerReflectionInfo(IAsyncStreamReader<ServerReflectionRequest> reques… in ServerReflectionInfo() method in Grpc.Reflection.ReflectionServiceImpl
/external/grpc-grpc/src/python/grpcio_tests/tests/reflection/
D_reflection_servicer_test.py69 responses = tuple(self._stub.ServerReflectionInfo(iter(requests)))
93 responses = tuple(self._stub.ServerReflectionInfo(iter(requests)))
122 responses = tuple(self._stub.ServerReflectionInfo(iter(requests)))
146 responses = tuple(self._stub.ServerReflectionInfo(iter(requests)))
165 responses = tuple(self._stub.ServerReflectionInfo(iter(requests)))
/external/grpc-grpc-java/services/src/main/proto/io/grpc/reflection/v1alpha/
Dreflection.proto27 rpc ServerReflectionInfo(stream ServerReflectionRequest) rpc
31 // The message sent by the client when calling ServerReflectionInfo method.
74 // The message sent by the server to answer ServerReflectionInfo method.
/external/grpc-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.
/external/grpc-grpc/src/cpp/ext/
Dproto_server_reflection.h40 Status ServerReflectionInfo(
Dproto_server_reflection.cc47 Status ProtoServerReflection::ServerReflectionInfo( in ServerReflectionInfo() function in grpc::ProtoServerReflection
/external/grpc-grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
Dreflection.py113 def ServerReflectionInfo(self, request_iterator, context): member in ReflectionServicer
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/
DReflectionClientServerTest.cs130 var call = client.ServerReflectionInfo(); in SingleRequestAsync()
/external/grpc-grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc313 stream_ = stub_->ServerReflectionInfo(&ctx_); in GetStream()