Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dbasic_ice_controller.cc679 bool b_pruned = is_connection_pruned_func_(b); in CompareConnectionCandidates() local
680 if (!a_pruned && b_pruned) { in CompareConnectionCandidates()
683 if (a_pruned && !b_pruned) { in CompareConnectionCandidates()