Searched refs:BitSetComputer (Results 1 – 3 of 3) sorted by relevance
78 TEST(BitSetComputer) { in TEST() argument79 typedef BitSetComputer<bool, 1, kSmiValueSize, uint32_t> BoolComputer; in TEST()97 typedef BitSetComputer<unsigned char, 2, 8, unsigned char> TwoBits; in TEST()
164 typedef BitSetComputer<FeedbackVectorSlotKind, kFeedbackVectorSlotKindBits,
305 class BitSetComputer {