Searched refs:msg_type (Results 1 – 2 of 2) sorted by relevance
69 let msg_type = MessageType::unmarshal(&mut bytes)?; in test_message_type_unmarshal_open_success() localVariable71 assert_eq!(msg_type, MessageType::DataChannelOpen); in test_message_type_unmarshal_open_success()79 let msg_type = MessageType::unmarshal(&mut bytes)?; in test_message_type_unmarshal_ack_success() localVariable81 assert_eq!(msg_type, MessageType::DataChannelAck); in test_message_type_unmarshal_ack_success()116 let msg_type = MessageType::DataChannelAck; in test_message_type_marshal() localVariable117 let n = msg_type.marshal_to(&mut buf)?; in test_message_type_marshal()
860 msg_type: MessageType, in build_msg()868 Box::new(msg_type), in build_msg()