/third_party/googletest/googlemock/test/ |
D | gmock-pp_test.cc | 13 static_assert(GMOCK_PP_CAT(1, 4) == 14, ""); 14 static_assert(GMOCK_PP_INTERNAL_INTERNAL_16TH(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 17 static_assert(GMOCK_PP_NARG() == 1, ""); 18 static_assert(GMOCK_PP_NARG(x) == 1, ""); 19 static_assert(GMOCK_PP_NARG(x, y) == 2, ""); 20 static_assert(GMOCK_PP_NARG(x, y, z) == 3, ""); 21 static_assert(GMOCK_PP_NARG(x, y, z, w) == 4, ""); 22 static_assert(!GMOCK_PP_HAS_COMMA(), ""); 23 static_assert(GMOCK_PP_HAS_COMMA(b, ), ""); 24 static_assert(!GMOCK_PP_HAS_COMMA((, )), ""); [all …]
|
/third_party/skia/modules/androidkit/src/ |
D | Utils.cpp | 28 static_assert(static_cast<int>(SkTileMode::kClamp ) == 0); in TileMode() 29 static_assert(static_cast<int>(SkTileMode::kRepeat) == 1); in TileMode() 30 static_assert(static_cast<int>(SkTileMode::kMirror) == 2); in TileMode() 31 static_assert(static_cast<int>(SkTileMode::kDecal ) == 3); in TileMode() 38 static_assert(0 == static_cast<int>(SkBlendMode::kClear)); in BlendMode() 39 static_assert(1 == static_cast<int>(SkBlendMode::kSrc)); in BlendMode() 40 static_assert(2 == static_cast<int>(SkBlendMode::kDst)); in BlendMode() 41 static_assert(3 == static_cast<int>(SkBlendMode::kSrcOver)); in BlendMode() 42 static_assert(4 == static_cast<int>(SkBlendMode::kDstOver)); in BlendMode() 43 static_assert(5 == static_cast<int>(SkBlendMode::kSrcIn)); in BlendMode() [all …]
|
/third_party/skia/third_party/externals/tint/src/ |
D | traits_test.cc | 31 static_assert(std::is_same<ParameterType<decltype(&F1), 0>, S>::value, ""); in TEST() 32 static_assert(std::is_same<ParameterType<decltype(&F3), 0>, int>::value, ""); in TEST() 33 static_assert(std::is_same<ParameterType<decltype(&F3), 1>, S>::value, ""); in TEST() 34 static_assert(std::is_same<ParameterType<decltype(&F3), 2>, float>::value, in TEST() 36 static_assert(std::is_same<ReturnType<decltype(&F1)>, void>::value, ""); in TEST() 37 static_assert(std::is_same<ReturnType<decltype(&F3)>, void>::value, ""); in TEST() 38 static_assert(SignatureOfT<decltype(&F1)>::parameter_count == 1, ""); in TEST() 39 static_assert(SignatureOfT<decltype(&F3)>::parameter_count == 3, ""); in TEST() 50 static_assert(std::is_same<ParameterType<decltype(&C::F1), 0>, S>::value, ""); in TEST() 51 static_assert(std::is_same<ParameterType<decltype(&C::F3), 0>, int>::value, in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | osfiber_asm_ppc64.h | 128 static_assert(offsetof(marl_fiber_context, r1) == MARL_REG_R1, 130 static_assert(offsetof(marl_fiber_context, r2) == MARL_REG_R2, 132 static_assert(offsetof(marl_fiber_context, r13) == MARL_REG_R13, 134 static_assert(offsetof(marl_fiber_context, r15) == MARL_REG_R15, 136 static_assert(offsetof(marl_fiber_context, r16) == MARL_REG_R16, 138 static_assert(offsetof(marl_fiber_context, r17) == MARL_REG_R17, 140 static_assert(offsetof(marl_fiber_context, r18) == MARL_REG_R18, 142 static_assert(offsetof(marl_fiber_context, r19) == MARL_REG_R19, 144 static_assert(offsetof(marl_fiber_context, r20) == MARL_REG_R20, 146 static_assert(offsetof(marl_fiber_context, r21) == MARL_REG_R21, [all …]
|
D | osfiber_asm_aarch64.h | 92 static_assert(offsetof(marl_fiber_context, r0) == MARL_REG_r0, 94 static_assert(offsetof(marl_fiber_context, r1) == MARL_REG_r1, 96 static_assert(offsetof(marl_fiber_context, r16) == MARL_REG_r16, 98 static_assert(offsetof(marl_fiber_context, r17) == MARL_REG_r17, 100 static_assert(offsetof(marl_fiber_context, r18) == MARL_REG_r18, 102 static_assert(offsetof(marl_fiber_context, r19) == MARL_REG_r19, 104 static_assert(offsetof(marl_fiber_context, r20) == MARL_REG_r20, 106 static_assert(offsetof(marl_fiber_context, r21) == MARL_REG_r21, 108 static_assert(offsetof(marl_fiber_context, r22) == MARL_REG_r22, 110 static_assert(offsetof(marl_fiber_context, r23) == MARL_REG_r23, [all …]
|
D | osfiber_asm_mips64.h | 80 static_assert(offsetof(marl_fiber_context, a0) == MARL_REG_a0, 82 static_assert(offsetof(marl_fiber_context, a1) == MARL_REG_a1, 84 static_assert(offsetof(marl_fiber_context, s0) == MARL_REG_s0, 86 static_assert(offsetof(marl_fiber_context, s1) == MARL_REG_s1, 88 static_assert(offsetof(marl_fiber_context, s2) == MARL_REG_s2, 90 static_assert(offsetof(marl_fiber_context, s3) == MARL_REG_s3, 92 static_assert(offsetof(marl_fiber_context, s4) == MARL_REG_s4, 94 static_assert(offsetof(marl_fiber_context, s5) == MARL_REG_s5, 96 static_assert(offsetof(marl_fiber_context, s6) == MARL_REG_s6, 98 static_assert(offsetof(marl_fiber_context, s7) == MARL_REG_s7, [all …]
|
D | osfiber_asm_arm.h | 75 static_assert(offsetof(marl_fiber_context, r0) == MARL_REG_r0, 77 static_assert(offsetof(marl_fiber_context, r1) == MARL_REG_r1, 79 static_assert(offsetof(marl_fiber_context, r12) == MARL_REG_r12, 81 static_assert(offsetof(marl_fiber_context, r4) == MARL_REG_r4, 83 static_assert(offsetof(marl_fiber_context, r5) == MARL_REG_r5, 85 static_assert(offsetof(marl_fiber_context, r6) == MARL_REG_r6, 87 static_assert(offsetof(marl_fiber_context, r7) == MARL_REG_r7, 89 static_assert(offsetof(marl_fiber_context, r8) == MARL_REG_r8, 91 static_assert(offsetof(marl_fiber_context, r9) == MARL_REG_r9, 93 static_assert(offsetof(marl_fiber_context, r10) == MARL_REG_r10, [all …]
|
D | osfiber_asm_x64.h | 56 static_assert(offsetof(marl_fiber_context, RBX) == MARL_REG_RBX, 58 static_assert(offsetof(marl_fiber_context, RBP) == MARL_REG_RBP, 60 static_assert(offsetof(marl_fiber_context, R12) == MARL_REG_R12, 62 static_assert(offsetof(marl_fiber_context, R13) == MARL_REG_R13, 64 static_assert(offsetof(marl_fiber_context, R14) == MARL_REG_R14, 66 static_assert(offsetof(marl_fiber_context, R15) == MARL_REG_R15, 68 static_assert(offsetof(marl_fiber_context, RDI) == MARL_REG_RDI, 70 static_assert(offsetof(marl_fiber_context, RSI) == MARL_REG_RSI, 72 static_assert(offsetof(marl_fiber_context, RSP) == MARL_REG_RSP, 74 static_assert(offsetof(marl_fiber_context, RIP) == MARL_REG_RIP,
|
/third_party/skia/src/gpu/ |
D | GrStencilSettings.cpp | 23 static_assert(kAll_StencilFlags == (gUnused.fCWFlags[0] & gUnused.fCCWFlags[0])); 65 static_assert(sizeof(Face) == in reset() 85 static_assert(sizeof(Face) == in operator ==() 89 static_assert(0 == offsetof(Face, fRef)); in operator ==() 90 static_assert(2 == sizeof(Face::fRef)); in operator ==() 91 static_assert(2 == offsetof(Face, fTest)); in operator ==() 92 static_assert(2 == sizeof(Face::fTest)); in operator ==() 93 static_assert(4 == offsetof(Face, fTestMask)); in operator ==() 94 static_assert(2 == sizeof(Face::fTestMask)); in operator ==() 95 static_assert(6 == offsetof(Face, fPassOp)); in operator ==() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | bits_test.cc | 28 static_assert(rotl(uint8_t{0x12}, 0) == uint8_t{0x12}, ""); in TEST() 29 static_assert(rotl(uint16_t{0x1234}, 0) == uint16_t{0x1234}, ""); in TEST() 30 static_assert(rotl(uint32_t{0x12345678UL}, 0) == uint32_t{0x12345678UL}, ""); in TEST() 31 static_assert(rotl(uint64_t{0x12345678ABCDEF01ULL}, 0) == in TEST() 67 static_assert(rotr(uint8_t{0x12}, 0) == uint8_t{0x12}, ""); in TEST() 68 static_assert(rotr(uint16_t{0x1234}, 0) == uint16_t{0x1234}, ""); in TEST() 69 static_assert(rotr(uint32_t{0x12345678UL}, 0) == uint32_t{0x12345678UL}, ""); in TEST() 70 static_assert(rotr(uint64_t{0x12345678ABCDEF01ULL}, 0) == in TEST() 149 static_assert(countl_zero(uint8_t{}) == 8, ""); in TEST() 150 static_assert(countl_zero(static_cast<uint8_t>(-1)) == 0, ""); in TEST() [all …]
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AAudioLoader.cpp | 237 #define ASSERT_INT32(type) static_assert(std::is_same<int32_t, type>::value, \ 254 static_assert((int32_t)StreamState::Uninitialized == AAUDIO_STREAM_STATE_UNINITIALIZED, ERRMSG); 255 static_assert((int32_t)StreamState::Unknown == AAUDIO_STREAM_STATE_UNKNOWN, ERRMSG); 256 static_assert((int32_t)StreamState::Open == AAUDIO_STREAM_STATE_OPEN, ERRMSG); 257 static_assert((int32_t)StreamState::Starting == AAUDIO_STREAM_STATE_STARTING, ERRMSG); 258 static_assert((int32_t)StreamState::Started == AAUDIO_STREAM_STATE_STARTED, ERRMSG); 259 static_assert((int32_t)StreamState::Pausing == AAUDIO_STREAM_STATE_PAUSING, ERRMSG); 260 static_assert((int32_t)StreamState::Paused == AAUDIO_STREAM_STATE_PAUSED, ERRMSG); 261 static_assert((int32_t)StreamState::Flushing == AAUDIO_STREAM_STATE_FLUSHING, ERRMSG); 262 static_assert((int32_t)StreamState::Flushed == AAUDIO_STREAM_STATE_FLUSHED, ERRMSG); [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | civil_time_test.cc | 47 static_assert(css.second() == 12, "Normal.second"); in TEST() 49 static_assert(cmm.minute() == 14, "Normal.minute"); in TEST() 51 static_assert(chh.hour() == 17, "Normal.hour"); in TEST() 53 static_assert(cd.day() == 28, "Normal.day"); in TEST() 55 static_assert(cm.month() == 1, "Normal.month"); in TEST() 57 static_assert(cy.year() == 2016, "Normal.year"); in TEST() 62 static_assert(cy.year() == 2016, "Conversion.year"); in TEST() 64 static_assert(cm.month() == 1, "Conversion.month"); in TEST() 66 static_assert(cd.day() == 1, "Conversion.day"); in TEST() 68 static_assert(chh.hour() == 0, "Conversion.hour"); in TEST() [all …]
|
/third_party/spirv-tools/source/util/ |
D | bitutils.h | 30 static_assert(sizeof(source) == sizeof(dest), in BitwiseCast() 39 static_assert(std::is_integral<T>::value, "Integer type required"); 51 static_assert(First < IntegerBitWidth<T>::get, 62 static_assert(IntegerBitWidth<uint32_t>::get == 32, "IntegerBitWidth mismatch"); 63 static_assert(IntegerBitWidth<int32_t>::get == 32, "IntegerBitWidth mismatch"); 64 static_assert(IntegerBitWidth<uint64_t>::get == 64, "IntegerBitWidth mismatch"); 65 static_assert(IntegerBitWidth<uint8_t>::get == 8, "IntegerBitWidth mismatch"); 67 static_assert(SetBits<uint32_t, 0, 0>::get == uint32_t(0x00000000), 69 static_assert(SetBits<uint32_t, 0, 1>::get == uint32_t(0x00000001), 71 static_assert(SetBits<uint32_t, 31, 1>::get == uint32_t(0x80000000), [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | bitutils.h | 30 static_assert(sizeof(source) == sizeof(dest), in BitwiseCast() 39 static_assert(std::is_integral<T>::value, "Integer type required"); 51 static_assert(First < IntegerBitWidth<T>::get, 62 static_assert(IntegerBitWidth<uint32_t>::get == 32, "IntegerBitWidth mismatch"); 63 static_assert(IntegerBitWidth<int32_t>::get == 32, "IntegerBitWidth mismatch"); 64 static_assert(IntegerBitWidth<uint64_t>::get == 64, "IntegerBitWidth mismatch"); 65 static_assert(IntegerBitWidth<uint8_t>::get == 8, "IntegerBitWidth mismatch"); 67 static_assert(SetBits<uint32_t, 0, 0>::get == uint32_t(0x00000000), 69 static_assert(SetBits<uint32_t, 0, 1>::get == uint32_t(0x00000001), 71 static_assert(SetBits<uint32_t, 31, 1>::get == uint32_t(0x80000000), [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | bitutils.h | 30 static_assert(sizeof(source) == sizeof(dest), in BitwiseCast() 39 static_assert(std::is_integral<T>::value, "Integer type required"); 51 static_assert(First < IntegerBitWidth<T>::get, 62 static_assert(IntegerBitWidth<uint32_t>::get == 32, "IntegerBitWidth mismatch"); 63 static_assert(IntegerBitWidth<int32_t>::get == 32, "IntegerBitWidth mismatch"); 64 static_assert(IntegerBitWidth<uint64_t>::get == 64, "IntegerBitWidth mismatch"); 65 static_assert(IntegerBitWidth<uint8_t>::get == 8, "IntegerBitWidth mismatch"); 67 static_assert(SetBits<uint32_t, 0, 0>::get == uint32_t(0x00000000), 69 static_assert(SetBits<uint32_t, 0, 1>::get == uint32_t(0x00000001), 71 static_assert(SetBits<uint32_t, 31, 1>::get == uint32_t(0x80000000), [all …]
|
/third_party/glslang/SPIRV/ |
D | bitutils.h | 27 static_assert(sizeof(source) == sizeof(dest), in BitwiseCast() 40 static_assert(First < sizeof(T) * 8, 51 static_assert(SetBits<uint32_t, 0, 0>::get == uint32_t(0x00000000), 53 static_assert(SetBits<uint32_t, 0, 1>::get == uint32_t(0x00000001), 55 static_assert(SetBits<uint32_t, 31, 1>::get == uint32_t(0x80000000), 57 static_assert(SetBits<uint32_t, 1, 2>::get == uint32_t(0x00000006), 59 static_assert(SetBits<uint32_t, 30, 2>::get == uint32_t(0xc0000000), 61 static_assert(SetBits<uint32_t, 0, 31>::get == uint32_t(0x7FFFFFFF), 63 static_assert(SetBits<uint32_t, 0, 32>::get == uint32_t(0xFFFFFFFF), 65 static_assert(SetBits<uint32_t, 16, 16>::get == uint32_t(0xFFFF0000), [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | MathTests.cpp | 57 static_assert(ConstexprLog2(1u) == 0u, ""); in TEST() 58 static_assert(ConstexprLog2(0xFFFFFFFFu) == 31u, ""); in TEST() 59 static_assert(ConstexprLog2(static_cast<uint64_t>(0xFFFFFFFFFFFFFFFF)) == 63u, ""); in TEST() 67 static_assert(ConstexprLog2(0x80000000u) == 31u, ""); in TEST() 68 static_assert(ConstexprLog2(0x7FFFFFFFu) == 30u, ""); in TEST() 69 static_assert(ConstexprLog2(static_cast<uint64_t>(0x8000000000000000)) == 63u, ""); in TEST() 70 static_assert(ConstexprLog2(static_cast<uint64_t>(0x7FFFFFFFFFFFFFFF)) == 62u, ""); in TEST() 75 static_assert(ConstexprLog2(16u) == 4u, ""); in TEST() 76 static_assert(ConstexprLog2(15u) == 3u, ""); in TEST() 86 static_assert(ConstexprLog2Ceil(1u) == 0u, ""); in TEST() [all …]
|
/third_party/json/tests/src/ |
D | unit-noexcept.cpp | 39 static_assert(noexcept(json{}), ""); 40 static_assert(noexcept(nlohmann::to_json(*j, 2)), ""); 41 static_assert(noexcept(nlohmann::to_json(*j, 2.5)), ""); 42 static_assert(noexcept(nlohmann::to_json(*j, true)), ""); 43 static_assert(noexcept(nlohmann::to_json(*j, test{})), ""); 44 static_assert(noexcept(nlohmann::to_json(*j, pod{})), ""); 45 static_assert(!noexcept(nlohmann::to_json(*j, pod_bis{})), ""); 46 static_assert(noexcept(json(2)), ""); 47 static_assert(noexcept(json(test{})), ""); 48 static_assert(noexcept(json(pod{})), ""); [all …]
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
D | webgpu_cpp.cpp | 32 static_assert(sizeof({{CppType}}) == sizeof({{CType}}), "sizeof mismatch for {{CppType}}"); 33 … static_assert(alignof({{CppType}}) == alignof({{CType}}), "alignof mismatch for {{CppType}}"); 36 …static_assert(static_cast<uint32_t>({{CppType}}::{{as_cppEnum(value.name)}}) == {{as_cEnum(type.na… 46 static_assert(sizeof({{CppType}}) == sizeof({{CType}}), "sizeof mismatch for {{CppType}}"); 47 … static_assert(alignof({{CppType}}) == alignof({{CType}}), "alignof mismatch for {{CppType}}"); 50 …static_assert(static_cast<uint32_t>({{CppType}}::{{as_cppEnum(value.name)}}) == {{as_cEnum(type.na… 56 static_assert(sizeof(ChainedStruct) == sizeof(WGPUChainedStruct), 58 static_assert(alignof(ChainedStruct) == alignof(WGPUChainedStruct), 60 static_assert(offsetof(ChainedStruct, nextInChain) == offsetof(WGPUChainedStruct, next), 62 static_assert(offsetof(ChainedStruct, sType) == offsetof(WGPUChainedStruct, sType), [all …]
|
/third_party/json/include/nlohmann/detail/meta/ |
D | is_sax.hpp | 77 static_assert(is_basic_json<BasicJsonType>::value, 108 static_assert(is_basic_json<BasicJsonType>::value, 119 static_assert(is_detected_exact<bool, null_function_t, SAX>::value, 121 static_assert(is_detected_exact<bool, boolean_function_t, SAX>::value, 123 static_assert(is_detected_exact<bool, boolean_function_t, SAX>::value, 125 static_assert( 129 static_assert( 133 static_assert(is_detected_exact<bool, number_float_function_t, SAX, 136 static_assert( 139 static_assert( [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/internal/ |
D | bits.h | 76 static_assert(std::is_unsigned<T>::value, "T must be unsigned"); in RotateRight() 77 static_assert(IsPowerOf2(std::numeric_limits<T>::digits), in RotateRight() 87 static_assert(std::is_unsigned<T>::value, "T must be unsigned"); in RotateLeft() 88 static_assert(IsPowerOf2(std::numeric_limits<T>::digits), in RotateLeft() 98 static_assert(sizeof(unsigned int) == sizeof(x), in Popcount32() 111 static_assert(sizeof(unsigned long long) == sizeof(x), // NOLINT(runtime/int) in Popcount64() 125 static_assert(std::is_unsigned<T>::value, "T must be unsigned"); in Popcount() 126 static_assert(IsPowerOf2(std::numeric_limits<T>::digits), in Popcount() 128 static_assert(sizeof(x) <= sizeof(uint64_t), "T is too large"); in Popcount() 140 static_assert(sizeof(unsigned int) == sizeof(x), in CountLeadingZeroes32() [all …]
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 190 static_assert(SK_ARRAY_COUNT(gTable) == kGrStencilOpCount); in stencil_op_to_vk_stencil_op() 191 static_assert(0 == (int)GrStencilOp::kKeep); in stencil_op_to_vk_stencil_op() 192 static_assert(1 == (int)GrStencilOp::kZero); in stencil_op_to_vk_stencil_op() 193 static_assert(2 == (int)GrStencilOp::kReplace); in stencil_op_to_vk_stencil_op() 194 static_assert(3 == (int)GrStencilOp::kInvert); in stencil_op_to_vk_stencil_op() 195 static_assert(4 == (int)GrStencilOp::kIncWrap); in stencil_op_to_vk_stencil_op() 196 static_assert(5 == (int)GrStencilOp::kDecWrap); in stencil_op_to_vk_stencil_op() 197 static_assert(6 == (int)GrStencilOp::kIncClamp); in stencil_op_to_vk_stencil_op() 198 static_assert(7 == (int)GrStencilOp::kDecClamp); in stencil_op_to_vk_stencil_op() 214 static_assert(SK_ARRAY_COUNT(gTable) == kGrStencilTestCount); in stencil_func_to_vk_compare_op() [all …]
|
/third_party/elfutils/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 172 static_assert(sizeof(int) <= sizeof(T), "not big enough"); 243 static_assert(is_same<int, decltype(0)>::value == true, ""); 244 static_assert(is_same<int, decltype(c)>::value == false, ""); 245 static_assert(is_same<int, decltype(v)>::value == false, ""); 250 static_assert(is_same<int, decltype(ac)>::value == true, ""); 251 static_assert(is_same<int, decltype(av)>::value == true, ""); 252 static_assert(is_same<int, decltype(sumi)>::value == true, ""); 253 static_assert(is_same<int, decltype(sumf)>::value == false, ""); 254 static_assert(is_same<int, decltype(add(c, v))>::value == true, ""); 266 static_assert(noexcept(f()) == false, ""); [all …]
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
D | wgpu_structs.cpp | 26 static_assert(sizeof(ChainedStruct) == sizeof(WGPUChainedStruct), 28 static_assert(alignof(ChainedStruct) == alignof(WGPUChainedStruct), 30 static_assert(offsetof(ChainedStruct, nextInChain) == offsetof(WGPUChainedStruct, next), 32 static_assert(offsetof(ChainedStruct, sType) == offsetof(WGPUChainedStruct, sType), 39 static_assert(sizeof({{CppType}}) == sizeof({{CType}}), "sizeof mismatch for {{CppType}}"); 40 … static_assert(alignof({{CppType}}) == alignof({{CType}}), "alignof mismatch for {{CppType}}"); 43 static_assert(offsetof({{CppType}}, nextInChain) == offsetof({{CType}}, nextInChain), 48 … static_assert(offsetof({{CppType}}, {{memberName}}) == offsetof({{CType}}, {{memberName}}),
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
D | ReactorUnitTests.cpp | 3929 static_assert(std::is_same<CToReactorT<void>, Void>::value, ""); 3930 static_assert(std::is_same<CToReactorT<bool>, Bool>::value, ""); 3931 static_assert(std::is_same<CToReactorT<uint8_t>, Byte>::value, ""); 3932 static_assert(std::is_same<CToReactorT<int8_t>, SByte>::value, ""); 3933 static_assert(std::is_same<CToReactorT<int16_t>, Short>::value, ""); 3934 static_assert(std::is_same<CToReactorT<uint16_t>, UShort>::value, ""); 3935 static_assert(std::is_same<CToReactorT<int32_t>, Int>::value, ""); 3936 static_assert(std::is_same<CToReactorT<uint64_t>, Long>::value, ""); 3937 static_assert(std::is_same<CToReactorT<uint32_t>, UInt>::value, ""); 3938 static_assert(std::is_same<CToReactorT<float>, Float>::value, ""); [all …]
|