Home
last modified time | relevance | path

Searched defs:to_i32 (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/tests/ui/associated-types/
Dassociated-types-bound.rs6 fn to_i32(&self) -> i32; in to_i32() method
10 fn to_i32(&self) -> i32 { *self } in to_i32() method
14 fn to_i32(&self) -> i32 { *self as i32 } in to_i32() method
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dwrong_self_convention.rs15 fn to_i32(self) {} in to_i32() method
40 fn to_i32(self) {} in to_i32() method
100 fn to_i32(self) {} in to_i32() method
124 fn to_i32(self); in to_i32() method
148 fn to_i32(self); in to_i32() method
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.cc368 int32_t Token::to_i32() const { in to_i32() function in tint::reader::wgsl::Token
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dvalue.rs466 pub fn to_i32(self) -> InterpResult<'tcx, i32> { in to_i32() method
/third_party/rust/rust/library/std/src/
Dprocess.rs1959 pub fn to_i32(self) -> i32 { in to_i32() method