Searched refs:not_allowed (Results 1 – 1 of 1) sorted by relevance
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 160 const auto not_allowed = [](char c) -> int { in __anona0fc38ea0202() variable 277 EXPECT_EQ(std::count_if(product.begin(), product.end(), not_allowed), 0) in TEST_F() 287 EXPECT_EQ(std::count_if(var.begin(), var.end(), not_allowed), 0) in TEST_F() 296 EXPECT_EQ(std::count_if(var.begin(), var.end(), not_allowed), 0) in TEST_F() 333 EXPECT_EQ(std::count_if(var.begin(), var.end(), not_allowed), 0) in TEST_F() 342 EXPECT_EQ(std::count_if(var.begin(), var.end(), not_allowed), 0) in TEST_F()
|