Home | History | Annotate | Download | only in src

Lines Matching full:bitfield

364   class NodeState : public BitField<State, 0, 3> {};
365 class IsIndependent : public BitField<bool, 3, 1> {};
367 class IsActive : public BitField<bool, 4, 1> {};
368 class IsInNewSpaceList : public BitField<bool, 5, 1> {};
369 class NodeWeaknessType : public BitField<WeaknessType, 6, 2> {};