Home
last modified time | relevance | path

Searched defs:from_i32 (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dwrong_self_convention.rs16 fn from_i32(self) {} in from_i32() method
42 fn from_i32(self) {} in from_i32() method
102 fn from_i32(self) {} in from_i32() method
126 fn from_i32(self); in from_i32() method
150 fn from_i32(self); in from_i32() method
/third_party/rust/crates/nix/src/
Derrno.rs62 pub const fn from_i32(err: i32) -> Errno { in from_i32() method
1266 pub const fn from_i32(e: i32) -> Errno { in from_i32() function
1529 pub const fn from_i32(e: i32) -> Errno { in from_i32() function
1756 pub const fn from_i32(e: i32) -> Errno { in from_i32() function
1973 pub const fn from_i32(e: i32) -> Errno { in from_i32() function
2185 pub const fn from_i32(e: i32) -> Errno { in from_i32() function
2399 pub const fn from_i32(e: i32) -> Errno { in from_i32() function
2602 pub const fn from_i32(e: i32) -> Errno { in from_i32() function
2831 pub const fn from_i32(e: i32) -> Errno { in from_i32() function
3051 pub const fn from_i32(e: i32) -> Errno { in from_i32() function
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dvalue.rs270 pub fn from_i32(i: i32) -> Self { in from_i32() method
/third_party/rust/crates/nix/src/sys/socket/
Daddr.rs410 pub const fn from_i32(family: i32) -> Option<AddressFamily> { in from_i32() method