Home
last modified time | relevance | path

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

/webrtc/sctp/src/queue/
H A Dqueue_test.rs83 let gab2 = pq.get_gap_ack_blocks(0); in test_payload_queue_get_gap_ack_block() localVariable
84 assert!(!gab2.is_empty()); in test_payload_queue_get_gap_ack_block()
85 assert_eq!(gab2.len(), 1); in test_payload_queue_get_gap_ack_block()
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()
97 let gab2 = pq.get_gap_ack_blocks(0); in test_payload_queue_get_gap_ack_block() localVariable
98 assert!(!gab2.is_empty()); in test_payload_queue_get_gap_ack_block()
99 assert_eq!(gab2.len(), 2); in test_payload_queue_get_gap_ack_block()
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()
[all …]