Home
last modified time | relevance | path

Searched refs:ServerInterceptorFactoryInterface (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/test/cpp/end2end/
Dserver_interceptors_end2end_test.cc139 : public experimental::ServerInterceptorFactoryInterface {
169 : public experimental::ServerInterceptorFactoryInterface {
204 : public experimental::ServerInterceptorFactoryInterface {
241 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>> in ServerInterceptorsEnd2endSyncUnaryTest()
244 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>( in ServerInterceptorsEnd2endSyncUnaryTest()
247 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>( in ServerInterceptorsEnd2endSyncUnaryTest()
250 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>( in ServerInterceptorsEnd2endSyncUnaryTest()
288 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>> in ServerInterceptorsEnd2endSyncStreamingTest()
291 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>( in ServerInterceptorsEnd2endSyncStreamingTest()
294 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>( in ServerInterceptorsEnd2endSyncStreamingTest()
[all …]
Dinterceptors_util.h72 public experimental::ServerInterceptorFactoryInterface {
88 public experimental::ServerInterceptorFactoryInterface {
Dclient_callback_end2end_test.cc109 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>> in SetUp()
Dend2end_test.cc355 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>> in BuildAndStartServer()
/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_interceptor.h43 class ServerInterceptorFactoryInterface {
45 virtual ~ServerInterceptorFactoryInterface() {} in ~ServerInterceptorFactoryInterface()
108 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>& in RegisterInterceptors()
Dserver_interface.h62 class ServerInterceptorFactoryInterface; variable
381 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>*
Dserver_context_impl.h409 ::grpc::experimental::ServerInterceptorFactoryInterface>>& creators) { in set_server_rpc_info()
Dserver_context.h424 ::grpc::experimental::ServerInterceptorFactoryInterface>>& creators) { in set_server_rpc_info()
/third_party/grpc/include/grpcpp/
Dserver.h185 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>
187 experimental::ServerInterceptorFactoryInterface>>());
214 std::vector<std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>*
314 std::vector<std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>
Dserver_impl.h191 grpc::experimental::ServerInterceptorFactoryInterface>>
193 grpc::experimental::ServerInterceptorFactoryInterface>>());
219 std::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface>>*
310 std::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface>>
Dserver_builder_impl.h272 grpc::experimental::ServerInterceptorFactoryInterface>> in SetInterceptorCreators()
409 std::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface>>
Dserver_builder.h267 grpc::experimental::ServerInterceptorFactoryInterface>> in SetInterceptorCreators()
415 std::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface>>
/third_party/grpc/src/cpp/server/
Dserver_cc.cc900 std::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface>> in Server()