Home
last modified time | relevance | path

Searched defs:text (Results 1 – 2 of 2) sorted by relevance

/webrtc/stun/src/
H A Dtextattrs.rs40 pub text: String, field
53 let text = self.text.as_bytes(); in add_to() localVariable
92 let text = String::from_utf8(a)?; in get_from_as() localVariable
/webrtc/rtcp/src/source_description/
H A Dmod.rs181 pub text: Bytes, field
265 let text = raw_packet.copy_to_bytes(octet_count); in unmarshal() localVariable