Home
last modified time | relevance | path

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

/webrtc/sctp/src/queue/
H A Dqueue_test.rs82 let gab1 = vec![GapAckBlock { start: 1, end: 6 }]; in test_payload_queue_get_gap_ack_block() localVariable
87 assert_eq!(gab2[0].start, gab1[0].start); in test_payload_queue_get_gap_ack_block()
88 assert_eq!(gab2[0].end, gab1[0].end); in test_payload_queue_get_gap_ack_block()
93 let gab1 = vec![ in test_payload_queue_get_gap_ack_block() localVariable
101 assert_eq!(gab2[0].start, gab1[0].start); in test_payload_queue_get_gap_ack_block()
102 assert_eq!(gab2[0].end, gab1[0].end); in test_payload_queue_get_gap_ack_block()
103 assert_eq!(gab2[1].start, gab1[1].start); in test_payload_queue_get_gap_ack_block()
104 assert_eq!(gab2[1].end, gab1[1].end); in test_payload_queue_get_gap_ack_block()