Home
last modified time | relevance | path

Searched refs:tt_ms (Results 1 – 1 of 1) sorted by relevance

/webrtc/mdns/src/message/
H A Dmessage_test.rs1298 let tt_ms: Vec<String> = tt_m.additionals.iter().map(|s| s.to_string()).collect(); in test_option_pack_unpack() localVariable
1299 assert_eq!(ms, tt_ms); in test_option_pack_unpack()