Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/cpp/ext/
H A Dproto_server_reflection.h39 class ProtoServerReflectionBackend {
41 ProtoServerReflectionBackend() in ProtoServerReflectionBackend() function
88 std::make_shared<ProtoServerReflectionBackend>()) {} in ProtoServerReflection()
91 std::shared_ptr<ProtoServerReflectionBackend> backend) in ProtoServerReflection()
107 std::shared_ptr<ProtoServerReflectionBackend> backend_;
114 std::shared_ptr<ProtoServerReflectionBackend> backend) in ProtoServerReflectionV1()
126 std::shared_ptr<ProtoServerReflectionBackend> backend_;
H A Dproto_server_reflection.cc36 Status ProtoServerReflectionBackend::ServerReflectionInfo( in ServerReflectionInfo()
77 void ProtoServerReflectionBackend::FillErrorResponse( in FillErrorResponse()
84 Status ProtoServerReflectionBackend::ListService(Response* response) const { in ListService()
96 Status ProtoServerReflectionBackend::GetFileByName(const std::string& file_name, in GetFileByName()
113 Status ProtoServerReflectionBackend::GetFileContainingSymbol( in GetFileContainingSymbol()
130 Status ProtoServerReflectionBackend::GetFileContainingExtension( in GetFileContainingExtension()
154 Status ProtoServerReflectionBackend::GetAllExtensionNumbers( in GetAllExtensionNumbers()
176 void ProtoServerReflectionBackend::FillFileDescriptorResponse( in FillFileDescriptorResponse()
H A Dproto_server_reflection_plugin.cc33 : backend_(std::make_shared<ProtoServerReflectionBackend>()), in ProtoServerReflectionPlugin()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/ext/
H A Dproto_server_reflection_plugin.h29 class ProtoServerReflectionBackend; variable
46 std::shared_ptr<grpc::ProtoServerReflectionBackend> backend_;