Home
last modified time | relevance | path

Searched refs:ReflectionServiceImpl (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Reflection/
DReflectionServiceImpl.cs33 … public class ReflectionServiceImpl : Grpc.Reflection.V1Alpha.ServerReflection.ServerReflectionBase class
41 public ReflectionServiceImpl(IEnumerable<string> services, SymbolRegistry symbolRegistry) in ReflectionServiceImpl() method in Grpc.Reflection.ReflectionServiceImpl
50 public ReflectionServiceImpl(IEnumerable<ServiceDescriptor> serviceDescriptors) in ReflectionServiceImpl() method in Grpc.Reflection.ReflectionServiceImpl
59 …public ReflectionServiceImpl(params ServiceDescriptor[] serviceDescriptors) : this((IEnumerable<Se… in ReflectionServiceImpl() method in Grpc.Reflection.ReflectionServiceImpl
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/
DReflectionClientServerTest.cs39 ReflectionServiceImpl serviceImpl;
44 serviceImpl = new ReflectionServiceImpl(ServerReflection.Descriptor); in Init()
/external/grpc-grpc/doc/csharp/
Dserver_reflection.md18 var reflectionServiceImpl = new ReflectionServiceImpl(Greeter.Descriptor, ServerReflection.Descript…