Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dwrong_self_convention.rs10 fn as_i32(self) {} in as_i32() method
34 fn as_i32(self) {} in as_i32() method
93 fn as_i32(self) {} in as_i32() method
117 fn as_i32(self); in as_i32() method
141 fn as_i32(self); in as_i32() method
/third_party/rust/rust/library/std/src/sys/unsupported/
Dprocess.rs164 pub fn as_i32(&self) -> i32 { in as_i32() method
/third_party/rust/rust/library/std/src/sys/unix/process/
Dprocess_common.rs593 pub fn as_i32(&self) -> i32 { in as_i32() method
/third_party/rust/rust/library/std/src/sys/windows/
Dprocess.rs729 pub fn as_i32(&self) -> i32 { in as_i32() method