Searched defs:to_u32 (Results 1 – 3 of 3) sorted by relevance
364 uint32_t Token::to_u32() const { in to_u32() function in tint::reader::wgsl::Token
105 template<typename T> constexpr uint32_t to_u32(T &&elem) in to_u32() function
90 fn to_u32(&self) -> Option<u32> { in to_u32() method