Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
DChannelExtensions.cs41 public static CallInvoker Intercept(this Channel channel, Interceptor interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
62 public static CallInvoker Intercept(this Channel channel, params Interceptor[] interceptors) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
82 … public static CallInvoker Intercept(this Channel channel, Func<Metadata, Metadata> interceptor) in Intercept() method in Grpc.Core.Interceptors.ChannelExtensions
DServerServiceDefinitionExtensions.cs43 …public static ServerServiceDefinition Intercept(this ServerServiceDefinition serverServiceDefiniti… in Intercept() method in Grpc.Core.Interceptors.ServerServiceDefinitionExtensions
66 …public static ServerServiceDefinition Intercept(this ServerServiceDefinition serverServiceDefiniti… in Intercept() method in Grpc.Core.Interceptors.ServerServiceDefinitionExtensions
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
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs34 IServerCallHandler Intercept(Interceptor interceptor); in Intercept() method
95 public IServerCallHandler Intercept(Interceptor interceptor) in Intercept() method in Grpc.Core.Internal.UnaryServerCallHandler
158 public IServerCallHandler Intercept(Interceptor interceptor) in Intercept() method in Grpc.Core.Internal.ServerStreamingServerCallHandler
221 public IServerCallHandler Intercept(Interceptor interceptor) in Intercept() method in Grpc.Core.Internal.ClientStreamingServerCallHandler
281 public IServerCallHandler Intercept(Interceptor interceptor) in Intercept() method in Grpc.Core.Internal.DuplexStreamingServerCallHandler
314 public IServerCallHandler Intercept(Interceptor interceptor) in Intercept() method in Grpc.Core.Internal.UnimplementedMethodCallHandler
/external/skia/src/core/
DSkGlyph.h198 struct Intercept { struct
199 Intercept* fNext; argument
205 Intercept* fIntercept{nullptr}; argument
/external/skqp/src/core/
DSkGlyph.h207 struct Intercept { struct
208 Intercept* fNext; argument
214 Intercept* fIntercept{nullptr}; argument
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java128 @interface Intercept {} annotation in ProxyFactoryTest
/external/v8/src/
Disolate.cc4156 bool InterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Throw() function in v8::internal::InterruptsScope