/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/ |
D | ChannelExtensions.cs | 41 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
|
D | CallInvokerExtensions.cs | 43 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/ |
D | ServerServiceDefinitionExtensions.cs | 43 …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/ |
D | TestHelper.mm | 178 void DummyInterceptor::Intercept(grpc::experimental::InterceptorBatchMethods* methods) { function
|
/third_party/flutter/skia/src/core/ |
D | SkGlyph.h | 247 struct Intercept { struct 248 Intercept* fNext; argument 254 Intercept* fIntercept{nullptr}; argument
|
/third_party/skia/src/core/ |
D | SkGlyph.h | 364 struct Intercept { struct 365 Intercept* fNext; argument 371 Intercept* fIntercept{nullptr}; argument
|
/third_party/grpc/test/cpp/interop/ |
D | client_helper.h | 75 void Intercept(experimental::InterceptorBatchMethods* methods) override { in Intercept() function
|
/third_party/grpc/examples/cpp/keyvaluestore/ |
D | caching_interceptor.h | 37 void Intercept( in Intercept() function
|
/third_party/grpc/test/cpp/end2end/ |
D | client_interceptors_end2end_test.cc | 67 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
|
D | server_interceptors_end2end_test.cc | 76 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
|
D | interceptors_util.h | 36 virtual void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept() function
|
D | end2end_test.cc | 1792 void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept() function in grpc::testing::__anon3e928b420111::CredentialsInterceptor
|