Searched refs:IsValidTypeId (Results 1 – 1 of 1) sorted by relevance
53 constexpr bool IsValidTypeId([[maybe_unused]] uint16_t low, uint16_t high) { return (high == 0); } in IsValidTypeId() function2876 if (UNLIKELY(!IsValidTypeId(item->class_idx_.index_, item->pad1_))) { in CheckInterClassDefItem()