Home
last modified time | relevance | path

Searched defs:Intercept (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/
DChannelExtensions.cs41 public static CallInvoker Intercept(this ChannelBase channel, Interceptor interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
62 … public static CallInvoker Intercept(this ChannelBase channel, params Interceptor[] interceptors) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
82 …public static CallInvoker Intercept(this ChannelBase channel, Func<Metadata, Metadata> interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
DCallInvokerExtensions.cs43 public static CallInvoker Intercept(this CallInvoker invoker, Interceptor interceptor) in Intercept() method in Grpc.Core.Interceptors.CallInvokerExtensions
64 … public static CallInvoker Intercept(this CallInvoker invoker, params Interceptor[] interceptors) in Intercept() method in Grpc.Core.Interceptors.CallInvokerExtensions
92 …public static CallInvoker Intercept(this CallInvoker invoker, Func<Metadata, Metadata> interceptor) in Intercept() method in Grpc.Core.Interceptors.CallInvokerExtensions
/third_party/grpc/src/csharp/Grpc.Core/Interceptors/
DServerServiceDefinitionExtensions.cs43 …public static ServerServiceDefinition Intercept(this ServerServiceDefinition serverServiceDefiniti… in Intercept() method in Grpc.Core.Interceptors.ServerServiceDefinitionExtensions
69 …public static ServerServiceDefinition Intercept(this ServerServiceDefinition serverServiceDefiniti… in Intercept() method in Grpc.Core.Interceptors.ServerServiceDefinitionExtensions
/third_party/grpc/test/cpp/ios/CronetTests/
DTestHelper.mm178 void DummyInterceptor::Intercept(grpc::experimental::InterceptorBatchMethods* methods) { function
/third_party/flutter/skia/src/core/
DSkGlyph.h247 struct Intercept { struct
248 Intercept* fNext; argument
254 Intercept* fIntercept{nullptr}; argument
/third_party/skia/src/core/
DSkGlyph.h364 struct Intercept { struct
365 Intercept* fNext; argument
371 Intercept* fIntercept{nullptr}; argument
/third_party/grpc/test/cpp/interop/
Dclient_helper.h75 void Intercept(experimental::InterceptorBatchMethods* methods) override { in Intercept() function
/third_party/grpc/examples/cpp/keyvaluestore/
Dcaching_interceptor.h37 void Intercept( in Intercept() function
/third_party/grpc/test/cpp/end2end/
Dclient_interceptors_end2end_test.cc67 virtual void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept() function in grpc::testing::__anona127ce610111::HijackingInterceptor
172 virtual void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept() function in grpc::testing::__anona127ce610111::HijackingInterceptorMakesAnotherCall
292 virtual void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept() function in grpc::testing::__anona127ce610111::BidiStreamingRpcHijackingInterceptor
361 virtual void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept() function in grpc::testing::__anona127ce610111::ClientStreamingRpcHijackingInterceptor
417 virtual void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept() function in grpc::testing::__anona127ce610111::ServerStreamingRpcHijackingInterceptor
531 virtual void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept() function in grpc::testing::__anona127ce610111::LoggingInterceptor
Dserver_interceptors_end2end_test.cc76 void Intercept(experimental::InterceptorBatchMethods* methods) override { in Intercept() function in grpc::testing::__anoneb859a790111::LoggingInterceptor
152 void Intercept(experimental::InterceptorBatchMethods* methods) override { in Intercept() function in grpc::testing::__anoneb859a790111::SyncSendMessageTester
182 void Intercept(experimental::InterceptorBatchMethods* methods) override { in Intercept() function in grpc::testing::__anoneb859a790111::SyncSendMessageVerifier
Dinterceptors_util.h36 virtual void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept() function
Dend2end_test.cc1792 void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept() function in grpc::testing::__anon3e928b420111::CredentialsInterceptor