Home
last modified time | relevance | path

Searched defs:to_u32 (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.cc364 uint32_t Token::to_u32() const { in to_u32() function in tint::reader::wgsl::Token
/third_party/mesa3d/src/tool/pps/
Dpps_counter.h106 template<typename T> constexpr uint32_t to_u32(T &&elem) in to_u32() function
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dwrong_self_convention.rs41 fn to_u32(&self) {} in to_u32() method
101 fn to_u32(&self) {} in to_u32() method
125 fn to_u32(&self); in to_u32() method
149 fn to_u32(&self); in to_u32() method
/third_party/rust/rust/src/tools/miri/src/concurrency/
Dvector_clock.rs18 pub fn to_u32(self) -> u32 { in to_u32() method
Dsync.rs17 fn to_u32(&self) -> u32; in to_u32() method
Dthread.rs47 pub fn to_u32(self) -> u32 { in to_u32() method
/third_party/rust/rust/library/core/src/fmt/
Dnum.rs19 fn to_u32(&self) -> u32; in to_u32() method
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dvalue.rs426 pub fn to_u32(self) -> InterpResult<'tcx, u32> { in to_u32() method
/third_party/rust/rust/library/std/src/sys_common/
Dwtf8.rs88 pub fn to_u32(&self) -> u32 { in to_u32() method
/third_party/rust/rust/compiler/rustc_span/src/
Dlib.rs1918 fn to_u32(&self) -> u32; in to_u32() method