Searched defs:to_i32 (Results 1 – 5 of 5) sorted by relevance
6 fn to_i32(&self) -> i32; in to_i32() method10 fn to_i32(&self) -> i32 { *self } in to_i32() method14 fn to_i32(&self) -> i32 { *self as i32 } in to_i32() method
15 fn to_i32(self) {} in to_i32() method40 fn to_i32(self) {} in to_i32() method100 fn to_i32(self) {} in to_i32() method124 fn to_i32(self); in to_i32() method148 fn to_i32(self); in to_i32() method
368 int32_t Token::to_i32() const { in to_i32() function in tint::reader::wgsl::Token
466 pub fn to_i32(self) -> InterpResult<'tcx, i32> { in to_i32() method
1959 pub fn to_i32(self) -> i32 { in to_i32() method