Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/
H A Dmessage_test.rs797 let mut str256 = String::new(); in test_too_long_txt() localVariable
799 str256.push('.'); in test_too_long_txt()
801 let rb = TxtResource { txt: vec![str256] }; in test_too_long_txt()