Searched defs:basic_chset_8bit (Results 1 – 3 of 3) sorted by relevance
142 struct basic_chset_8bit struct144 basic_chset_8bit() {} in basic_chset_8bit() function145 basic_chset_8bit(basic_chset_8bit const& arg_) in basic_chset_8bit() argument149 test(Char v) const in test()155 set(Char from, Char to) in set()162 set(Char c) in set()168 clear(Char from, Char to) in clear()175 clear(Char c) in clear()181 clear() in clear()187 inverse() in inverse()[all …]
73 struct basic_chset_8bit struct111 std::bitset<256> bset_; // BUGBUG range-checking slows this down
60 class basic_chset_8bit { class