Searched refs:allowed_chars (Results 1 – 1 of 1) sorted by relevance
593 const char allowed_chars[] = {'a', 'b', 'c', 'd'}; in TEST() local594 EXPECT_TRUE(ContainsValue(allowed_chars, 'a')); in TEST()595 EXPECT_FALSE(ContainsValue(allowed_chars, 'z')); in TEST()596 EXPECT_FALSE(ContainsValue(allowed_chars, 0)); in TEST()