Home
last modified time | relevance | path

Searched defs:Protocol (Results 1 – 20 of 20) sorted by relevance

/third_party/grpc/doc/
DPROTOCOL-HTTP2.md6 ## Protocol section in gRPC over HTTP2
9 ### Outline
17 ### Requests
104 ### Responses
257 ### Appendix A - GRPC for Protobuf
/third_party/mbedtls/scripts/mbedtls_dev/
Dtyping_util.py31 class Protocol: #type: ignore class
/third_party/rust/crates/rustix/src/net/
Dsocketpair.rs18 protocol: Protocol, in socketpair()
Dsocket.rs12 impl Default for Protocol { implementation
67 protocol: Protocol, in socket_with()
/third_party/rust/rust/tests/rustdoc/inline_cross/auxiliary/
Dassoc_item_trait_bounds.rs32 pub trait Protocol<K> { trait
/third_party/grpc/
DCONCEPTS.md50 # Protocol chapter
/third_party/rust/rust/tests/ui/const-generics/
Doverlapping_impls.rs27 pub enum Protocol { enum
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypesPatterns.ts10 type Protocol<T extends string, U extends string> = `${T}://${U}`; alias
/third_party/rust/crates/rustix/src/backend/libc/net/
Dtypes.rs447 pub struct Protocol(pub(crate) RawProtocol); struct
450 impl Protocol { impl
Dsyscalls.rs147 protocol: Protocol, in socket()
163 protocol: Protocol, in socket_with()
376 protocol: Protocol, in socketpair()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dtypes.rs149 pub struct Protocol(pub(crate) RawProtocol); struct
152 impl Protocol { implementation
Dsyscalls.rs39 protocol: Protocol, in socket()
64 protocol: Protocol, in socket_with()
94 protocol: Protocol, in socketpair()
/third_party/python/Lib/asyncio/
Dprotocols.py66 class Protocol(BaseProtocol): class
/third_party/typescript/tests/cases/user/chrome-devtools-frontend/
Ddefinitions.js57 var Protocol = {}; variable
/third_party/grpc/test/cpp/end2end/
Dcontext_allocator_end2end_test.cc51 enum class Protocol { INPROC, TCP }; enum
Dmessage_allocator_end2end_test.cc80 enum class Protocol { INPROC, TCP }; enum
Dclient_callback_end2end_test.cc55 enum class Protocol { INPROC, TCP }; enum
/third_party/python/Lib/test/test_asyncio/
Dtest_ssl.py1496 class Protocol(asyncio.Protocol): class
1544 class Protocol(asyncio.Protocol): class
/third_party/python/Lib/
Dtyping.py2000 class Protocol(Generic, metaclass=_ProtocolMeta): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h450 StringView Protocol; variable