Searched defs:CompatibleTable (Results 1 – 4 of 4) sorted by relevance
19 fn compatible_table(&self) -> CompatibleTable; in compatible_table()
23 pub struct CompatibleTable(BTreeSet<&'static str>); struct26 impl CompatibleTable { implementation32 pub fn new(id_vec: Vec<&'static str>) -> CompatibleTable { in new()68 fn get_compatible_table(&self) -> CompatibleTable { in get_compatible_table()283 fn compatible_table(&self) -> CompatibleTable { in compatible_table()
14 fn compatible_table(&self) -> CompatibleTable; in compatible_table()
131 fn compatible_table(&self) -> platform::CompatibleTable { in compatible_table()254 fn compatible_table(&self) -> platform::CompatibleTable { in compatible_table()