Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Dagent.rs226 let mut to_remove: Vec<TransactionId> = Vec::with_capacity(AGENT_COLLECT_CAP); in collect() localVariable
234 to_remove.push(*id); in collect()
238 for id in &to_remove { in collect()
242 for id in to_remove { in collect()