4#if WITH_VERSE_VM || defined(__INTELLISENSE__)
32 Storage =
Other.Storage;
51 HeapInt->Initialize(VHeapInt::InitializationType::WithZero);
66 if (!Storage || !
Other.Storage)
68 return Storage ==
Other.Storage;
70 return VInt::Eq(
Context, Storage.Get(),
Other.Storage.Get());
78 Storage.Set(
Context,
VInt(AsInt32() | (1 << BitIndex)));
91 Storage.Set(
Context,
VInt(AsInt32() & ~(1 << BitIndex)));
105 return AsInt32() & (1 << BitIndex);
128 return Storage.Get().IsZero();
144 template <
typename TVisitor>
158 return Storage.Get().AsInt32();
163 return Storage.Get().IsInt32();
#define checkSlow(expr)
Definition AssertionMacros.h:332
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
void Init()
Definition LockFreeList.h:4
decltype(auto) Visit(Func &&Callable, Variants &&... Args)
Definition TVariant.h:271
uint32 Size
Definition VulkanMemory.cpp:4034
@ Visitor
Definition XmppMultiUserChat.h:94
uint32 GetTypeHash(TPtrVariant< Ts... > Ptr)
Definition VVMPtrVariant.h:83
U16 Index
Definition radfft.cpp:71