Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 18 of 18) sorted by relevance

/webrtc/sctp/src/param/
H A Dparam_header.rs8 pub(crate) typ: ParamType, field
33 let typ: ParamType = reader.get_u16().into(); in unmarshal() localVariable
H A Dparam_unknown.rs15 typ: u16, field
/webrtc/stun/benches/
H A Dbench.rs294 let typ = MessageType { in benchmark_message() localVariable
318 let typ = MessageType { in benchmark_message() localVariable
340 let typ = MessageType { in benchmark_message() localVariable
361 let typ = MessageType { in benchmark_message() localVariable
428 let typ = MessageType { in benchmark_message() localVariable
486 let typ = MessageType { in benchmark_message() localVariable
/webrtc/sctp/src/chunk/
H A Dchunk_header.rs23 pub(crate) typ: ChunkType, field
49 let typ = ChunkType(reader.get_u8()); in unmarshal() localVariable
/webrtc/mdns/src/message/
H A Dquestion.rs12 pub typ: DnsType, field
H A Dparser.rs110 let mut typ = DnsType::Unsupported; in question() localVariable
/webrtc/webrtc/src/ice_transport/
H A Dice_candidate.rs25 pub typ: RTCIceCandidateType, field
41 let typ: RTCIceCandidateType = c.candidate_type().into(); in from() localVariable
/webrtc/webrtc/src/api/setting_engine/
H A Dsetting_engine_test.rs67 let typ = RTCIceCandidateType::Host; in test_set_nat_1to1_ips() localVariable
/webrtc/dtls/src/handshake/
H A Dhandshake_cache.rs16 typ: HandshakeType, field
25 pub(crate) typ: HandshakeType, field
/webrtc/interceptor/src/
H A Dstream_info.rs32 pub typ: String, field
/webrtc/rtp/src/codecs/h265/
H A Dh265_test.rs10 typ: u8, in test_h265_nalu_header() field
110 typ: u8, in test_h265_fu_header() field
/webrtc/mdns/src/message/resource/
H A Dmod.rs114 pub typ: DnsType, field
/webrtc/stun/src/
H A Dattributes.rs163 pub typ: AttrType, field
H A Dmessage.rs58 pub typ: MessageType, field
/webrtc/ice/src/candidate/
H A Dcandidate_base.rs421 let typ = split[7]; in unmarshal_candidate() localVariable
/webrtc/webrtc/src/api/media_engine/
H A Dmod.rs599 let typ = if !self.negotiated_audio.load(Ordering::SeqCst) in update_from_remote_description() localVariable
/webrtc/webrtc/src/rtp_transceiver/
H A Dmod.rs71 pub typ: String, field
/webrtc/rtcp/src/transport_feedbacks/transport_layer_cc/
H A Dmod.rs614 let typ = get_nbits_from_byte(b0, 0, 1); in unmarshal() localVariable