Searched refs:CF_ALL (Results 1 – 10 of 10) sorted by relevance
205 uint32_t candidate_filter_ = CF_ALL;
101 candidate_filter_(CF_ALL) { in PortAllocator()
270 EXPECT_EQ(cricket::CF_ALL, peeked_session->candidate_filter()); in TEST_F()
120 CF_ALL = 0x7, enumerator
5341 ep1->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()5351 ep2->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()5407 const uint32_t kCandidateFilterNoHost = CF_ALL & ~CF_HOST; in TEST_F()5470 ep1->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()5477 ep2->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()5496 ep1->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()5497 ep2->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()5569 ep2->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()5606 ep1->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()5864 ep1->allocator_->SetCandidateFilter(CF_ALL & ~CF_HOST); in TEST_F()
273 uint32_t candidate_filter_ = CF_ALL;
2189 session_->SetCandidateFilter(CF_ALL); in TEST_F()2283 session_->SetCandidateFilter(CF_ALL); in TEST_F()
3363 CF_ALL=7 enumerator3484 testFold(prev, (~pData->which)&CF_ALL, in caseFoldingLineFn()3565 testFoldToSelf(start, CF_ALL); in TestCaseFolding()
1312 EXPECT_EQ(cricket::CF_ALL & ~cricket::CF_HOST, in TEST_P()1315 EXPECT_EQ(cricket::CF_ALL, port_allocator_->candidate_filter()); in TEST_P()
245 return (cricket::CF_ALL & ~cricket::CF_HOST); in ConvertIceTransportTypeToCandidateFilter()247 return cricket::CF_ALL; in ConvertIceTransportTypeToCandidateFilter()