Lines Matching full:sizeof
36 static constexpr size_t Size = 1 + sizeof...(Res);
83 static constexpr size_t SizeArch32 = sizeof(uint32_t);
84 static constexpr size_t SizeArch64 = sizeof(uint64_t);
87 return sizeof(uintptr_t);
92 static constexpr size_t SizeArch32 = sizeof(uint32_t);
93 static constexpr size_t SizeArch64 = sizeof(uint64_t);
96 return sizeof(uintptr_t);
101 static constexpr size_t SizeArch32 = sizeof(uint64_t);
102 static constexpr size_t SizeArch64 = sizeof(uint64_t);
105 return sizeof(uint64_t);
110 static constexpr size_t SizeArch32 = sizeof(uint32_t);
111 static constexpr size_t SizeArch64 = sizeof(uint32_t);
114 return sizeof(uint32_t);
119 static constexpr size_t SizeArch32 = sizeof(uint8_t);
120 static constexpr size_t SizeArch64 = sizeof(uint8_t);
123 return sizeof(uint8_t);
128 static constexpr size_t SizeArch32 = sizeof(bool);
129 static constexpr size_t SizeArch64 = sizeof(bool);
132 return sizeof(bool);