/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/ |
D | greeter.grpc.swift | 31 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/ |
D | monster_test.grpc.swift | 31 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/ |
D | interceptor_registry.rb | 33 def initialize(interceptors = []) argument
|
D | interceptors.rb | 158 def initialize(interceptors = []) argument
|
D | rpc_server.rb | 223 interceptors: []) argument
|
D | client_stub.rb | 101 interceptors: []) argument
|
/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/ |
D | ChannelExtensions.cs | 62 … public static CallInvoker Intercept(this ChannelBase channel, params Interceptor[] interceptors) in Intercept()
|
D | CallInvokerExtensions.cs | 64 … public static CallInvoker Intercept(this CallInvoker invoker, params Interceptor[] interceptors) in Intercept()
|
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/server/ |
D | main.swift | 25 var interceptors: models_GreeterServerInterceptorFactoryProtocol? variable
|
/third_party/grpc/src/php/lib/Grpc/ |
D | Interceptor.php | 80 public static function intercept($channel, $interceptors)
|
/third_party/grpc/src/csharp/Grpc.Core/Interceptors/ |
D | ServerServiceDefinitionExtensions.cs | 69 … Intercept(this ServerServiceDefinition serverServiceDefinition, params Interceptor[] interceptors) in Intercept()
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | _test_server.py | 129 interceptors=None): argument
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | server.pyx.pxi | 315 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/ |
D | swift_generator.cc | 262 grpc::string interceptors = in GenerateServerExtensionBody() local
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _interceptor.py | 24 def __init__(self, interceptors): argument 42 def service_pipeline(interceptors): argument 550 def intercept_channel(channel, *interceptors):
|
D | _server.py | 947 def __init__(self, thread_pool, generic_handlers, interceptors, options, argument 991 def create_server(thread_pool, generic_rpc_handlers, interceptors, options, argument
|
D | __init__.py | 1989 def intercept_channel(channel, *interceptors): 2019 interceptors=None, argument
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_content_browser_client.cc | 1125 interceptors; in WillCreateURLLoaderRequestInterceptors() local
|
/third_party/grpc/test/cpp/end2end/ |
D | end2end_test.cc | 275 TestScenario(bool interceptors, bool proxy, bool inproc_stub, in TestScenario()
|