Home
last modified time | relevance | path

Searched defs:CreateServerInterceptor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dserver_interceptors_end2end_test.cc139 experimental::Interceptor* CreateServerInterceptor( in CreateServerInterceptor() function in grpc::testing::__anond47f16950111::LoggingInterceptorFactory
169 experimental::Interceptor* CreateServerInterceptor( in CreateServerInterceptor() function in grpc::testing::__anond47f16950111::SyncSendMessageTesterFactory
204 experimental::Interceptor* CreateServerInterceptor( in CreateServerInterceptor() function in grpc::testing::__anond47f16950111::SyncSendMessageVerifierFactory
H A Dinterceptors_util.h85 experimental::Interceptor* CreateServerInterceptor( in CreateServerInterceptor() function
137 experimental::Interceptor* CreateServerInterceptor( in CreateServerInterceptor() function
/aosp_15_r20/external/grpc-grpc/examples/cpp/interceptors/
H A Dserver.cc62 Interceptor* CreateServerInterceptor(ServerRpcInfo* info) override { in CreateServerInterceptor() function in LoggingInterceptorFactory