Searched refs:STATIC_TABLE (Results 1 – 3 of 3) sorted by relevance
27 pub const STATIC_TABLE: [(&str, &str); 99] = [ constant
219 if idx >= super::static_table::STATIC_TABLE.len() as u64 { in lookup_static()223 Ok(super::static_table::STATIC_TABLE[idx as usize]) in lookup_static()
104 for (i, e) in super::static_table::STATIC_TABLE.iter().enumerate() { in lookup_static()