/external/grpc-grpc/src/csharp/Grpc.Reflection/ |
D | ReflectionGrpc.cs | 59 …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()
|
D | ReflectionServiceImpl.cs | 66 …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.py | 69 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/ |
D | reflection.proto | 27 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/ |
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.
|
/external/grpc-grpc/src/cpp/ext/ |
D | proto_server_reflection.h | 40 Status ServerReflectionInfo(
|
D | proto_server_reflection.cc | 47 Status ProtoServerReflection::ServerReflectionInfo( in ServerReflectionInfo() function in grpc::ProtoServerReflection
|
/external/grpc-grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/ |
D | reflection.py | 113 def ServerReflectionInfo(self, request_iterator, context): member in ReflectionServicer
|
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/ |
D | ReflectionClientServerTest.cs | 130 var call = client.ServerReflectionInfo(); in SingleRequestAsync()
|
/external/grpc-grpc/test/cpp/util/ |
D | proto_reflection_descriptor_database.cc | 313 stream_ = stub_->ServerReflectionInfo(&ctx_); in GetStream()
|