Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/
H A Dallocation_test.rs64 let found_p = a.has_permission(&addr).await; in test_add_permission() localVariable
65 assert!(found_p, "Should keep the first one."); in test_add_permission()
89 let found_p = a.has_permission(&addr).await; in test_remove_permission() localVariable
90 assert!(found_p, "Should keep the first one."); in test_remove_permission()