Home
last modified time | relevance | path

Searched defs:Protocol (Results 1 - 16 of 16) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
H A Dtyping_util.py29 from typing_extensions import Protocol #pylint: disable=import-error namespace
31 class Protocol: #type: ignore class
/third_party/python/Lib/importlib/metadata/
H A D_meta.py1 from typing import Any, Dict, Iterator, List, Protocol, TypeVar, Union namespace
/third_party/mesa3d/bin/
H A Dgen_calendar_entries.py37 from typing_extensions import Protocol namespace
/third_party/python/Lib/asyncio/
H A Dprotocols.py66 class Protocol(BaseProtocol): class
/third_party/python/Lib/wsgiref/
H A Dtypes.py5 from typing import Any, Protocol, TypeAlias namespace
/third_party/rust/crates/rustix/src/net/
H A Dsocket.rs
/third_party/python/Lib/importlib/resources/
H A Dabc.py5 from typing import runtime_checkable, Protocol namespace
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcode_generator.py355 class Protocol(object): class
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py340 class Protocol(object): class
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs447 pub struct Protocol(pub(crate) RawProtocol); structure names
450 impl Protocol { impls
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs149 pub struct Protocol(pub(crate) RawProtocol); structure names
152 impl Protocol { impls
/third_party/python/Lib/test/test_asyncio/
H A Dtest_ssl.py1496 class Protocol(asyncio.Protocol): global() class
1544 class Protocol(asyncio.Protocol): global() class
[all...]
/third_party/python/Lib/
H A Dtyping.py2000 class Protocol(Generic, metaclass=_ProtocolMeta): global() class
[all...]
/third_party/python/Lib/test/
H A Dtest_dataclasses.py17 from typing import ClassVar, Any, List, Union, Tuple, Dict, Generic, TypeVar, Optional, Protocol namespace
H A Dtest_typing.py22 from typing import Generic, ClassVar, Final, final, Protocol namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h450 StringView Protocol; member in ObjCProtoName

Completed in 53 milliseconds