| /third_party/rust/crates/rustix/src/process/ |
| D | id.rs | 61 pub const unsafe fn from_raw(raw: RawUid) -> Self { in from_raw() method 88 pub const unsafe fn from_raw(raw: RawGid) -> Self { in from_raw() method 118 pub const unsafe fn from_raw(raw: RawPid) -> Option<Self> { in from_raw() method 175 pub const unsafe fn from_raw(raw: RawCpuid) -> Self { in from_raw() method
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | ex_data.rs | 24 pub unsafe fn from_raw(idx: c_int) -> Index<T, U> { in from_raw() method
|
| D | ocsp.rs | 50 pub fn from_raw(raw: c_int) -> OcspResponseStatus { in from_raw() method 68 pub fn from_raw(raw: c_int) -> OcspCertStatus { in from_raw() method 100 pub fn from_raw(raw: c_int) -> OcspRevokedStatus { in from_raw() method
|
| D | srtp.rs | 57 pub fn from_raw(value: c_ulong) -> SrtpProfileId { in from_raw() method
|
| D | pkey.rs | 106 pub fn from_raw(value: c_int) -> Id { in from_raw() method 1083 let from_raw = PKey::public_key_from_raw_bytes(&raw, key_type).unwrap(); in test_raw_public_key() localVariable 1099 let from_raw = PKey::private_key_from_raw_bytes(&raw, key_type).unwrap(); in test_raw_private_key() localVariable
|
| D | rsa.rs | 55 pub fn from_raw(value: c_int) -> Padding { in from_raw() method
|
| D | asn1.rs | 151 pub fn from_raw(value: c_int) -> Self { in from_raw() method
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| D | addr.rs | 1010 unsafe fn from_raw( in from_raw() method 1129 unsafe fn from_raw( in from_raw() method 1218 unsafe fn from_raw( in from_raw() method 1287 unsafe fn from_raw( in from_raw() method 1406 unsafe fn from_raw( in from_raw() method 1541 unsafe fn from_raw( in from_raw() method 2324 unsafe fn from_raw( in from_raw() method 2374 unsafe fn from_raw( in from_raw() method 2422 unsafe fn from_raw( in from_raw() method 2877 unsafe fn from_raw( in from_raw() method
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
| D | types.rs | 34 pub const fn from_raw(raw: RawSocketType) -> Self { in from_raw() method 131 pub const fn from_raw(raw: RawAddressFamily) -> Self { in from_raw() method 218 pub const fn from_raw(raw: RawProtocol) -> Self { in from_raw() method
|
| /third_party/rust/crates/rustix/src/backend/libc/net/ |
| D | types.rs | 35 pub const fn from_raw(raw: RawSocketType) -> Self { in from_raw() method 429 pub const fn from_raw(raw: RawAddressFamily) -> Self { in from_raw() method 618 pub const fn from_raw(raw: RawProtocol) -> Self { in from_raw() method
|
| /third_party/rust/crates/nix/src/sys/ |
| D | wait.rs | 212 pub fn from_raw(pid: Pid, status: i32) -> Result<WaitStatus> { in from_raw() method
|
| /third_party/rust/crates/libloading/src/ |
| D | safe.rs | 245 pub unsafe fn from_raw<L>(sym: imp::Symbol<T>, library: &'lib L) -> Symbol<'lib, T> { in from_raw() method
|
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| D | error.rs | 41 pub fn from_raw(raw: c_int) -> ErrorCode { in from_raw() method
|
| D | mod.rs | 493 pub fn from_raw(raw: c_int) -> SslFiletype { in from_raw() method 513 pub fn from_raw(raw: c_int) -> StatusType { in from_raw() method 533 pub fn from_raw(raw: c_int) -> StatusType { in from_raw() method
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
| D | types.rs | 165 pub fn from_raw(sig: i32) -> Option<Self> { in from_raw() method
|
| /third_party/rust/crates/rustix/src/backend/libc/process/ |
| D | types.rs | 295 pub fn from_raw(sig: i32) -> Option<Self> { in from_raw() method
|
| /third_party/rust/crates/nix/src/ |
| D | time.rs | 24 pub const fn from_raw(clk_id: clockid_t) -> Self { in from_raw() method
|
| /third_party/rust/crates/cxx/src/ |
| D | unique_ptr.rs | 104 pub unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() function
|
| /third_party/rust/crates/libloading/src/os/unix/ |
| D | mod.rs | 310 pub unsafe fn from_raw(handle: *mut raw::c_void) -> Library { in from_raw() method
|
| /third_party/python/Tools/c-analyzer/c_analyzer/ |
| D | info.py | 42 def from_raw(cls, raw, **extra): member in Analyzed
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
| D | metadata.py | 668 def from_raw(cls, data: RawMetadata, *, validate: bool = True) -> "Metadata": member in Metadata
|
| /third_party/rust/crates/libloading/src/os/windows/ |
| D | mod.rs | 271 pub unsafe fn from_raw(handle: HMODULE) -> Library { in from_raw() method
|
| /third_party/rust/crates/rust-openssl/openssl/src/x509/ |
| D | mod.rs | 1625 pub const fn from_raw(value: c_int) -> Self { in from_raw() method 1948 pub unsafe fn from_raw(err: c_int) -> X509VerifyResult { in from_raw() method 2462 pub fn from_raw(id: c_int) -> Self { in from_raw() method
|
| /third_party/python/Tools/c-analyzer/c_parser/ |
| D | info.py | 164 def from_raw(cls, raw): member in FileInfo 257 def from_raw(cls, raw): member in ParsedItem
|
| /third_party/python/Lib/test/ |
| D | test__xxsubinterpreters.py | 106 def from_raw(cls, raw): member in Interpreter
|