Searched defs:SlotType (Results 1 – 3 of 3) sorted by relevance
31 using SlotType = typename CFrame::SlotType; variable184 using SlotType = typename CFrame::SlotType; variable386 using SlotType = typename CFrame::SlotType; variable
81 using SlotType = std::conditional_t<ArchTraits<ARCH>::IS_64_BITS, uint64_t, uint32_t>; variable
83 using SlotType = std::conditional_t<ArchTraits<RUNTIME_ARCH>::IS_64_BITS, uint64_t, uint32_t>; variable