Searched defs:to_u32 (Results 1 – 10 of 10) sorted by relevance
11 pub fn to_u32(self) -> u32 { in to_u32() method
106 template<typename T> constexpr uint32_t to_u32(T &&elem) in to_u32() function
85 fn to_u32(&self) -> Option<u32> { in to_u32() method
133 pub fn to_u32(&self) -> Option<u32> { in to_u32() method
297 pub fn to_u32(&self) -> u32 { in to_u32() method
38 fn to_u32(&self) -> Option<u32> { in to_u32() method776 fn to_u32(&self) -> Option<u32> { in to_u32() method
739 pub fn to_u32(&self) -> u32 { in to_u32() method
281 pub fn to_u32(&self) -> Result<SparseDFA<Vec<u8>, u32>> { in to_u32() method
385 pub fn to_u32(&self) -> Result<DenseDFA<Vec<u32>, u32>> { in to_u32() method
1541 pub fn to_u32(i: usize) -> ParseResult<u32> { in to_u32() function