Searched defs:ServerReflection (Results 1 – 5 of 5) sorted by relevance
31 service ServerReflection { service34 rpc ServerReflectionInfo(stream ServerReflectionRequest)
21 service ServerReflection { service24 rpc ServerReflectionInfo(stream ServerReflectionRequest)
79 ) -> Result<v1::ServerReflectionServer<impl v1::ServerReflection>, Error> { in build_v1()97 ) -> Result<v1alpha::ServerReflectionServer<impl v1alpha::ServerReflection>, Error> { in build_v1alpha()
274 pub trait ServerReflection: std::marker::Send + std::marker::Sync + 'static { interface
274 pub trait ServerReflection: std::marker::Send + std::marker::Sync + 'static { trait