Home
last modified time | relevance | path

Searched refs:ProtoServerReflection (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/cpp/ext/
Dproto_server_reflection.cc39 ProtoServerReflection::ProtoServerReflection() in ProtoServerReflection() function in grpc::ProtoServerReflection
42 void ProtoServerReflection::SetServiceList( in SetServiceList()
47 Status ProtoServerReflection::ServerReflectionInfo( in ServerReflectionInfo()
94 void ProtoServerReflection::FillErrorResponse(const Status& status, in FillErrorResponse()
100 Status ProtoServerReflection::ListService(ServerContext* context, in ListService()
112 Status ProtoServerReflection::GetFileByName( in GetFileByName()
129 Status ProtoServerReflection::GetFileContainingSymbol( in GetFileContainingSymbol()
146 Status ProtoServerReflection::GetFileContainingExtension( in GetFileContainingExtension()
170 Status ProtoServerReflection::GetAllExtensionNumbers( in GetAllExtensionNumbers()
192 void ProtoServerReflection::FillFileDescriptorResponse( in FillFileDescriptorResponse()
Dproto_server_reflection.h30 class ProtoServerReflection final
33 ProtoServerReflection();
Dproto_server_reflection_plugin.cc30 : reflection_service_(new grpc::ProtoServerReflection()) {} in ProtoServerReflectionPlugin()
/external/grpc-grpc/include/grpcpp/ext/
Dproto_server_reflection_plugin.h27 class ProtoServerReflection; variable
44 std::shared_ptr<grpc::ProtoServerReflection> reflection_service_;