Home
last modified time | relevance | path

Searched defs:interceptor (Results 1 – 24 of 24) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/
DCallCredentials.cs48 public static CallCredentials FromInterceptor(AsyncAuthInterceptor interceptor) in FromInterceptor()
77 readonly AsyncAuthInterceptor interceptor; field in Grpc.Core.CallCredentials.AsyncAuthInterceptorCredentials
79 public AsyncAuthInterceptorCredentials(AsyncAuthInterceptor interceptor) in AsyncAuthInterceptorCredentials()
DCallCredentialsConfiguratorBase.cs37 …c abstract void SetAsyncAuthInterceptorCredentials(object state, AsyncAuthInterceptor interceptor); in SetAsyncAuthInterceptorCredentials()
DClientBase.cs154 … readonly Func<IMethod, string, CallOptions, ClientBaseConfigurationInfo> interceptor; field in Grpc.Core.ClientBase.ClientBaseConfiguration.ClientBaseConfigurationInterceptor
159 …nfigurationInterceptor(Func<IMethod, string, CallOptions, ClientBaseConfigurationInfo> interceptor) in ClientBaseConfigurationInterceptor()
/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/
DCallInvokerExtensions.cs43 public static CallInvoker Intercept(this CallInvoker invoker, Interceptor interceptor) in Intercept()
92 …public static CallInvoker Intercept(this CallInvoker invoker, Func<Metadata, Metadata> interceptor) in Intercept() argument
99 readonly Func<Metadata, Metadata> interceptor; field in Grpc.Core.Interceptors.CallInvokerExtensions.MetadataInterceptor
104 public MetadataInterceptor(Func<Metadata, Metadata> interceptor) in MetadataInterceptor() argument
DChannelExtensions.cs41 public static CallInvoker Intercept(this ChannelBase channel, Interceptor interceptor) in Intercept()
82 …public static CallInvoker Intercept(this ChannelBase channel, Func<Metadata, Metadata> interceptor) in Intercept() argument
DInterceptingCallInvoker.cs31 readonly Interceptor interceptor; field in Grpc.Core.Interceptors.InterceptingCallInvoker
37 public InterceptingCallInvoker(CallInvoker invoker, Interceptor interceptor) in InterceptingCallInvoker()
/third_party/grpc/src/csharp/Grpc.Core/Interceptors/
DServerServiceDefinitionExtensions.cs43 …Definition Intercept(this ServerServiceDefinition serverServiceDefinition, Interceptor interceptor) in Intercept()
88 readonly Interceptor interceptor; field in Grpc.Core.Interceptors.ServerServiceDefinitionExtensions.InterceptingServiceBinder
90 public InterceptingServiceBinder(Interceptor interceptor) in InterceptingServiceBinder()
/third_party/grpc/src/php/lib/Grpc/Internal/
DInterceptorChannel.php28 private $interceptor; variable in Grpc\\Internal\\InterceptorChannel
35 public function __construct($channel, $interceptor)
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMetadataCredentialsPlugin.cs33 AsyncAuthInterceptor interceptor; field in Grpc.Core.Internal.NativeMetadataCredentialsPlugin
37 public NativeMetadataCredentialsPlugin(AsyncAuthInterceptor interceptor) in NativeMetadataCredentialsPlugin()
DDefaultCallCredentialsConfigurator.cs34 …ic override void SetAsyncAuthInterceptorCredentials(object state, AsyncAuthInterceptor interceptor) in SetAsyncAuthInterceptorCredentials()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DServerInterceptorTest.cs140 readonly Action<ServerCallContext> interceptor; field in Grpc.Core.Interceptors.Tests.ServerInterceptorTest.ServerCallContextInterceptor
142 public ServerCallContextInterceptor(Action<ServerCallContext> interceptor) in ServerCallContextInterceptor()
/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_interceptor.h111 auto* interceptor = creator->CreateServerInterceptor(this); in RegisterInterceptors() local
Dclient_interceptor.h148 auto* interceptor = (*it)->CreateClientInterceptor(this); in RegisterInterceptors() local
/third_party/grpc/src/python/grpcio/grpc/
D_interceptor.py204 def __init__(self, thunk, method, interceptor): argument
306 def __init__(self, thunk, method, interceptor): argument
343 def __init__(self, thunk, method, interceptor): argument
445 def __init__(self, thunk, method, interceptor): argument
482 def __init__(self, channel, interceptor): argument
/third_party/cef/tests/cefclient/renderer/
Dperformance_test_tests.cc224 CefRefPtr<CefV8Interceptor> interceptor = new Interceptor(); in PERF_TEST_FUNC() local
/third_party/cef/tests/ceftests/
Dv8_unittest.cc1104 Interceptor* interceptor = new Interceptor; in RunObjectInterceptorTest() local
1257 Interceptor* interceptor = new Interceptor; in RunObjectInterceptorFailTest() local
1385 Interceptor* interceptor = new Interceptor; in RunObjectInterceptorExceptionTest() local
1526 Interceptor* interceptor = new Interceptor; in RunObjectInterceptorAndAccessorTest() local
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_interceptor_test.py331 def _filter_server_interceptor(condition, interceptor): argument
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc119 cef_v8interceptor_t* interceptor) { in cef_v8value_create_object()
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc118 CefRefPtr<CefV8Interceptor> interceptor) { in CreateObject()
/third_party/boost/libs/python/doc/html/numpy/_static/
Dunderscore-1.3.1.js663 _.tap = function(obj, interceptor) { argument
/third_party/boost/libs/gil/doc/html/_static/
Dunderscore-1.3.1.js663 _.tap = function(obj, interceptor) { argument
/third_party/boost/libs/hof/doc/html/_static/
Dunderscore-1.3.1.js663 _.tap = function(obj, interceptor) { argument
/third_party/cef/libcef/renderer/
Dv8_impl.cc265 inline void SetInterceptor(CefRefPtr<CefV8Interceptor> interceptor) { in SetInterceptor()
1307 CefRefPtr<CefV8Interceptor> interceptor) { in CreateObject()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc1505 struct _cef_v8interceptor_t* interceptor) { in cef_v8value_create_object()