Home
last modified time | relevance | path

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

/webrtc/rtcp/src/source_description/
H A Dsource_description_test.rs87 items: vec![], in test_source_description_unmarshal()
124 items: vec![SourceDescriptionItem { in test_source_description_unmarshal()
145 items: vec![ in test_source_description_unmarshal()
178 items: vec![SourceDescriptionItem { in test_source_description_unmarshal()
185 items: vec![SourceDescriptionItem { in test_source_description_unmarshal()
247 items: vec![ in test_source_description_roundtrip()
267 items: vec![SourceDescriptionItem { in test_source_description_roundtrip()
280 items: vec![], in test_source_description_roundtrip()
290 items: vec![SourceDescriptionItem { in test_source_description_roundtrip()
303 items: vec![SourceDescriptionItem { in test_source_description_roundtrip()
[all …]
H A Dmod.rs76 pub items: Vec<SourceDescriptionItem>, field
82 for it in &self.items { in raw_size()
115 for it in &self.items { in marshal_to()
152 let mut items = vec![]; in unmarshal() localVariable
160 return Ok(SourceDescriptionChunk { source, items }); in unmarshal()
166 items.push(item); in unmarshal()
282 for it in &c.items { in fmt()
/webrtc/rtcp/src/compound_packet/
H A Dcompound_packet_test.rs94 items: vec![SourceDescriptionItem { in test_valid_packet()
174 items: vec![SourceDescriptionItem { in test_cname()
276 items: vec![SourceDescriptionItem { in test_compound_packet_roundtrip()
H A Dmod.rs146 for it in &c.items { in validate()
178 for it in &c.items { in cname()
/webrtc/rtcp/src/
H A Dpacket.rs175 items: vec![SourceDescriptionItem { in test_packet_unmarshal()