/third_party/node/doc/api/ |
D | diagnostics_channel.md | 100 #### `channel.hasSubscribers` 120 #### `channel.publish(message)` 137 #### `channel.subscribe(onMessage)` 157 #### `channel.unsubscribe(onMessage)`
|
/third_party/grpc/src/csharp/Grpc.Core/ |
D | Channel.cs | 33 public class Channel : ChannelBase class 54 public Channel(string target, ChannelCredentials credentials) : in Channel() method in Grpc.Core.Channel 66 …public Channel(string target, ChannelCredentials credentials, IEnumerable<ChannelOption> options) … in Channel() method in Grpc.Core.Channel 94 public Channel(string host, int port, ChannelCredentials credentials) : in Channel() method in Grpc.Core.Channel 106 …public Channel(string host, int port, ChannelCredentials credentials, IEnumerable<ChannelOption> o… in Channel() method in Grpc.Core.Channel
|
D | CallInvocationDetails.cs | 84 public Channel Channel property
|
/third_party/grpc/src/php/ext/grpc/ |
D | channel.c | 320 PHP_METHOD(Channel, __construct) { in PHP_METHOD() argument 474 PHP_METHOD(Channel, getTarget) { in PHP_METHOD() argument 495 PHP_METHOD(Channel, getConnectivityState) { in PHP_METHOD() argument 527 PHP_METHOD(Channel, watchConnectivityState) { in PHP_METHOD() argument 568 PHP_METHOD(Channel, close) { in PHP_METHOD() argument 622 PHP_METHOD(Channel, cleanPersistentList) { in PHP_METHOD() argument 647 PHP_METHOD(Channel, getChannelInfo) { in PHP_METHOD() argument 685 PHP_METHOD(Channel, getPersistentList) { in PHP_METHOD() argument
|
/third_party/node/lib/ |
D | diagnostics_channel.js | 66 class Channel { class 126 Channel field
|
/third_party/grpc/src/core/lib/channel/ |
D | README.md | 1 # Channel chapter
|
/third_party/boost/libs/gil/doc/design/ |
D | channel.rst | 1 Channel title
|
/third_party/grpc/test/cpp/util/ |
D | create_test_channel.h | 31 class Channel; variable
|
/third_party/grpc/src/cpp/client/ |
D | secure_credentials.h | 35 class Channel; variable
|
D | channel_cc.cc | 47 Channel::Channel(const std::string& host, grpc_channel* channel, in Channel() function in grpc::Channel
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | channel.pxd.pxi | 69 cdef class Channel: class
|
/third_party/typescript/tests/cases/compiler/ |
D | complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.ts | 13 type Channel = TextChannel | EmailChannel; alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURegisterInfo.cpp | 75 unsigned AMDGPURegisterInfo::getSubRegFromChannel(unsigned Channel, unsigned NumRegs) { in getSubRegFromChannel()
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | _common.py | 35 async def block_until_certain_state(channel: aio.Channel,
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | client_interceptor.h | 31 class Channel; variable
|
D | server_interface.h | 37 class Channel; variable
|
D | completion_queue_impl.h | 49 class Channel; variable
|
D | completion_queue.h | 80 class Channel; variable
|
D | client_context_impl.h | 92 class Channel; variable
|
D | client_context.h | 117 class Channel; variable
|
/third_party/grpc/test/cpp/interop/ |
D | http2_client.cc | 144 const std::shared_ptr<grpc::Channel>& /*channel*/) { in MaxStreamsWorker()
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/ |
D | benchmark_client.py | 33 def __init__(self, channel: aio.Channel):
|
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/ |
D | _base_channel.py | 179 class Channel(abc.ABC): class
|
/third_party/grpc/src/python/grpcio/grpc/aio/ |
D | _base_channel.py | 183 class Channel(abc.ABC): class
|
/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | implementations.py | 66 class Channel(object): class
|