Home
last modified time | relevance | path

Searched defs:from_raw (Results 1 – 25 of 26) sorted by relevance

12

/third_party/rust/crates/rustix/src/process/
Did.rs61 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/
Dex_data.rs24 pub unsafe fn from_raw(idx: c_int) -> Index<T, U> { in from_raw() method
Docsp.rs50 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
Dsrtp.rs57 pub fn from_raw(value: c_ulong) -> SrtpProfileId { in from_raw() method
Dpkey.rs106 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
Drsa.rs55 pub fn from_raw(value: c_int) -> Padding { in from_raw() method
Dasn1.rs151 pub fn from_raw(value: c_int) -> Self { in from_raw() method
/third_party/rust/crates/nix/src/sys/socket/
Daddr.rs1010 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/
Dtypes.rs34 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/
Dtypes.rs35 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/
Dwait.rs212 pub fn from_raw(pid: Pid, status: i32) -> Result<WaitStatus> { in from_raw() method
/third_party/rust/crates/libloading/src/
Dsafe.rs245 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/
Derror.rs41 pub fn from_raw(raw: c_int) -> ErrorCode { in from_raw() method
Dmod.rs493 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/
Dtypes.rs165 pub fn from_raw(sig: i32) -> Option<Self> { in from_raw() method
/third_party/rust/crates/rustix/src/backend/libc/process/
Dtypes.rs295 pub fn from_raw(sig: i32) -> Option<Self> { in from_raw() method
/third_party/rust/crates/nix/src/
Dtime.rs24 pub const fn from_raw(clk_id: clockid_t) -> Self { in from_raw() method
/third_party/rust/crates/cxx/src/
Dunique_ptr.rs104 pub unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() function
/third_party/rust/crates/libloading/src/os/unix/
Dmod.rs310 pub unsafe fn from_raw(handle: *mut raw::c_void) -> Library { in from_raw() method
/third_party/python/Tools/c-analyzer/c_analyzer/
Dinfo.py42 def from_raw(cls, raw, **extra): member in Analyzed
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Dmetadata.py668 def from_raw(cls, data: RawMetadata, *, validate: bool = True) -> "Metadata": member in Metadata
/third_party/rust/crates/libloading/src/os/windows/
Dmod.rs271 pub unsafe fn from_raw(handle: HMODULE) -> Library { in from_raw() method
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs1625 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/
Dinfo.py164 def from_raw(cls, raw): member in FileInfo
257 def from_raw(cls, raw): member in ParsedItem
/third_party/python/Lib/test/
Dtest__xxsubinterpreters.py106 def from_raw(cls, raw): member in Interpreter

12