Searched refs:ctype (Results 1 – 3 of 3) sorted by relevance
114 for (ctype, expected_string) in tests { in test_ice_candidate_type_string()115 assert_eq!(ctype.to_string(), expected_string); in test_ice_candidate_type_string()
722 assert_eq!(parsed.ctype(), expected_fu.ctype(), "invalid CType"); in test_h265_paci_packet()
557 pub fn ctype(&self) -> u8 { in ctype() method