Searched refs:b_pruned (Results 1 – 1 of 1) sorted by relevance
679 bool b_pruned = is_connection_pruned_func_(b); in CompareConnectionCandidates() local680 if (!a_pruned && b_pruned) { in CompareConnectionCandidates()683 if (a_pruned && !b_pruned) { in CompareConnectionCandidates()