Home
last modified time | relevance | path

Searched defs:Client (Results 1 – 25 of 56) sorted by relevance

123

/third_party/grpc/doc/
Dinterop-test-descriptions.md8 Client section in Interoperability Test Case Descriptions
58 ### empty_unary
78 ### cacheable_unary
106 ### large_unary
132 ### client_compressed_unary
193 ### server_compressed_unary
246 ### client_streaming
302 ### client_compressed_streaming
359 ### server_streaming
393 ### server_compressed_streaming
[all …]
Dconnection-backoff-interop-test-description.md25 Client section in Connection Backoff Interop Test Descriptions
Dxds-test-descriptions.md38 ## Client section in xDS (Load-Balancing) Interop Test Case Descriptions
76 ### XdsUpdateClientConfigureService
/third_party/nghttp2/src/
Dh2load.h341 struct Client { struct
344 ClientStat cstat; argument
348 std::function<int(Client &)> readfn, writefn; argument
349 Worker *worker;
350 SSL *ssl;
352 struct {
382 ClientState state; argument
384 size_t req_todo;
386 size_t req_left;
389 size_t req_inflight;
[all …]
/third_party/rust/rust/tests/ui/async-await/
Dissue-64130-4-async-move.rs11 struct Client(Box<dyn Any + Send>); struct
13 impl Client { implementation
/third_party/rust/rust/tests/ui/typeck/
Dissue-106929.rs1 struct Client; struct
3 impl Client { implementation
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrobject.h31 struct Client struct
45 Object(const Client* pClient); argument
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitShadowingInferNotRenamed.ts3 type Client = string alias
10 | (new (...args: any[]) => Client) // accept class constant
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
Dserver.cpp82 struct Client struct
92 std::future<void> CreateClientThread (Client client); argument
/third_party/rust/rust/library/proc_macro/src/bridge/
Dclient.rs340 pub struct Client<I, O> { struct
350 impl<I, O> Copy for Client<I, O> {} argument
351 impl<I, O> Clone for Client<I, O> { implementation
430 impl Client<crate::TokenStream, crate::TokenStream> { implementation
442 impl Client<(crate::TokenStream, crate::TokenStream), crate::TokenStream> { impl
/third_party/rust/rust/tests/ui/generator/
Dderived-drop-parent-expr.rs10 pub struct Client { pub nickname: String } argument
/third_party/rust/rust/tests/ui/borrowck/
Derase-error-in-mir-drop-tracking.rs6 trait Client { trait
/third_party/rust/rust/tests/ui/generic-associated-types/
Dissue-92096.rs5 trait Client { interface
/third_party/rust/rust/src/tools/rustfmt/tests/source/
Dissue-913.rs2 impl Client { implementation
/third_party/rust/rust/src/tools/rustfmt/tests/target/
Dissue-913.rs2 impl Client { implementation
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dserver.rs116 pub fn build(self) -> Client { in build()
132 pub struct Client { struct
137 impl Client { argument
/third_party/rust/rust/tests/ui/traits/
Dtrack-obligations.rs65 struct Client<C>(C); struct
69 impl<C> Client<C> impl
/third_party/rust/rust/tests/ui/issues/
Dissue-53568.rs29 struct Client<C> { struct
33 fn build<C>(_connector: C) -> Client<C> { in build() argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dcontext.go27 func WithClient(ctx context.Context, client Client) context.Context {
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dcontext.go27 func WithClient(ctx context.Context, client Client) context.Context {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dcontext.go27 func WithClient(ctx context.Context, client Client) context.Context {
/third_party/python/Doc/library/
Dasyncio-protocol.rst821 .. _asyncio-udp-echo-server-protocol:
922 .. _asyncio_example_create_connection:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h262 RemoteRTDyldMemoryManager(OrcRemoteTargetClient &Client, in RemoteRTDyldMemoryManager()
319 OrcRemoteTargetClient &Client; variable
335 RemoteIndirectStubsManager(OrcRemoteTargetClient &Client, in RemoteIndirectStubsManager()
445 OrcRemoteTargetClient &Client; variable
454 RemoteTrampolinePool(OrcRemoteTargetClient &Client) : Client(Client) {} in RemoteTrampolinePool()
485 OrcRemoteTargetClient &Client; variable
492 RemoteCompileCallbackManager(OrcRemoteTargetClient &Client, in RemoteCompileCallbackManager()
506 auto Client = std::unique_ptr<OrcRemoteTargetClient>( in Create() local
/third_party/grpc/examples/python/flow_control/
DREADME.md28 #### Client subsubsection
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DObjectBase.h25 class Client; variable

123