Home
last modified time | relevance | path

Searched defs:interceptors (Results 1 – 19 of 19) sorted by relevance

/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
Dgreeter.grpc.swift31 var interceptors: models_GreeterClientInterceptorFactoryProtocol? { get } variable
89 public var interceptors: models_GreeterClientInterceptorFactoryProtocol? in makeSayHelloInterceptors() variable
103 var interceptors: models_GreeterServerInterceptorFactoryProtocol? { get } variable
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test.grpc.swift31 var interceptors: MyGame_Example_MonsterStorageClientInterceptorFactoryProtocol? { get } variable
126 public var interceptors: MyGame_Example_MonsterStorageClientInterceptorFactoryProtocol? in makeStoreInterceptors() variable
140 var interceptors: MyGame_Example_MonsterStorageServerInterceptorFactoryProtocol? { get } variable
/third_party/grpc/src/ruby/lib/grpc/generic/
Dinterceptor_registry.rb33 def initialize(interceptors = []) argument
Dinterceptors.rb158 def initialize(interceptors = []) argument
Drpc_server.rb223 interceptors: []) argument
Dclient_stub.rb101 interceptors: []) argument
/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/
DChannelExtensions.cs62 … public static CallInvoker Intercept(this ChannelBase channel, params Interceptor[] interceptors) in Intercept()
DCallInvokerExtensions.cs64 … public static CallInvoker Intercept(this CallInvoker invoker, params Interceptor[] interceptors) in Intercept()
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/server/
Dmain.swift25 var interceptors: models_GreeterServerInterceptorFactoryProtocol? variable
/third_party/grpc/src/php/lib/Grpc/
DInterceptor.php80 public static function intercept($channel, $interceptors)
/third_party/grpc/src/csharp/Grpc.Core/Interceptors/
DServerServiceDefinitionExtensions.cs69 … Intercept(this ServerServiceDefinition serverServiceDefinition, params Interceptor[] interceptors) in Intercept()
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
D_test_server.py129 interceptors=None): argument
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dserver.pyx.pxi315 async def _run_interceptor(object interceptors, object query_handler,
332 tuple interceptors):
721 async def _handle_rpc(list generic_handlers, tuple interceptors,
820 def __init__(self, loop, thread_pool, generic_handlers, interceptors, argument
/third_party/flatbuffers/grpc/src/compiler/
Dswift_generator.cc262 grpc::string interceptors = in GenerateServerExtensionBody() local
/third_party/grpc/src/python/grpcio/grpc/
D_interceptor.py24 def __init__(self, interceptors): argument
42 def service_pipeline(interceptors): argument
550 def intercept_channel(channel, *interceptors):
D_server.py947 def __init__(self, thread_pool, generic_handlers, interceptors, options, argument
991 def create_server(thread_pool, generic_rpc_handlers, interceptors, options, argument
D__init__.py1989 def intercept_channel(channel, *interceptors):
2019 interceptors=None, argument
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc1125 interceptors; in WillCreateURLLoaderRequestInterceptors() local
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc275 TestScenario(bool interceptors, bool proxy, bool inproc_stub, in TestScenario()