22 ::ll::TypedStorage<4, 4, uint> mValue;
29 ::ll::TypedStorage<4, 4, ::std::thread::id> mOwningThreadId;
30 ::ll::TypedStorage<4, 4, ::std::atomic<uint>> mAtom;
33 uint mRecursionCounter : 31;
34 uint mTestEnabledFlag : 1;
36 ::ll::TypedStorage<4, 4, uint> mBitfieldData;