Searched defs:DecoderListEntry (Results 1 – 1 of 1) sorted by relevance
723 struct DecoderListEntry { struct724 const uint8_t *Table;725 FeatureBitset ContainedFeatures;726 const char *Desc;728 bool haveContainedFeatures(const FeatureBitset &ActiveFeatures) const { in haveContainedFeatures()