Searched refs:BOOL_FLAG_BIT_LENGTH (Results 1 – 2 of 2) sorted by relevance
48 static constexpr size_t BOOL_FLAG_BIT_LENGTH = 1; variable49 FIRST_BIT_FIELD(Value, InitializedFlag, bool, BOOL_FLAG_BIT_LENGTH);
366 static constexpr size_t BOOL_FLAG_BIT_LENGTH = 1; variable367 using PGOBit = panda::BitField<bool, 0, BOOL_FLAG_BIT_LENGTH>;368 using CompiledBit = PGOBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>;369 using TypeInferAbortBit = CompiledBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>;370 using ResolvedMethodBit = TypeInferAbortBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>;