Home
last modified time | relevance | path

Searched refs:is_same (Results 1 – 14 of 14) sorted by relevance

/openbmc/libpldm/tests/
H A Dmsgbuf.hpp225 static_assert(std::is_same<uint8_t, T>::value); in pldm_msgbuf_typecheck_uint8_t()
233 static_assert(std::is_same<int8_t, T>::value); in pldm_msgbuf_typecheck_int8_t()
241 static_assert(std::is_same<uint16_t, T>::value); in pldm_msgbuf_typecheck_uint16_t()
249 static_assert(std::is_same<int16_t, T>::value); in pldm_msgbuf_typecheck_int16_t()
257 static_assert(std::is_same<uint32_t, T>::value); in pldm_msgbuf_typecheck_uint32_t()
265 static_assert(std::is_same<int32_t, T>::value); in pldm_msgbuf_typecheck_int32_t()
273 static_assert(std::is_same<real32_t, T>::value); in pldm_msgbuf_typecheck_real32_t()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutility.hpp94 if constexpr (std::is_same< in size()
97 std::is_same<FirstArg, in size()
99 std::is_same<FirstArg, boost::asio::yield_context>::value) in size()
149 std::conditional_t<std::is_same<Tbase, std::remove_extent_t<T>>::value,
H A Dhandler.hpp229 if constexpr (std::is_same< in executeCallback()
237 else if constexpr (std::is_same< in executeCallback()
245 else if constexpr (std::is_same< in executeCallback()
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp87 std::is_same<typename std::remove_cv<typename std::remove_pointer<
107 using all_true = std::is_same<bool_pack<bs..., true>, bool_pack<true, bs...>>;
145 static_assert((std::is_same<const char*, std::decay_t<Msg>>::value || in log()
146 std::is_same<char*, std::decay_t<Msg>>::value), in log()
/openbmc/qemu/migration/
H A Dxbzrle.c53 bool is_same = (comp & 0x1); in xbzrle_encode_buffer_avx512() local
58 if (is_same) { in xbzrle_encode_buffer_avx512()
122 is_same = true; in xbzrle_encode_buffer_avx512()
/openbmc/bmcweb/src/
H A Djson_html_serializer.cpp305 std::enable_if_t<std::is_same<NumberType, uint64_t>::value or
306 std::is_same<NumberType, int64_t>::value,
342 const bool isNegative = std::is_same<NumberType, int64_t>::value && in dumpInteger()
/openbmc/libpldm/src/msgbuf/
H A Dplatform.h199 static_assert(std::is_same<union_range_field_format, T>::value); in pldm_msgbuf_typecheck_range_field_format()
/openbmc/boost-dbus/include/dbus/
H A Delement.hpp209 std::is_same<Element, dbus_variant>::value>::type> {
H A Dmessage.hpp374 std::is_same<std::true_type,
394 std::is_same<std::true_type,
/openbmc/telemetry/src/utils/
H A Dlabeled_tuple.hpp128 if constexpr (std::is_same<std::decay_t<decltype(a)>, double>()) in eq()
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp328 if constexpr (std::is_same<PropertyType, std::string>::value) in getInventoryPropertyJson()
332 else if constexpr (std::is_same<PropertyType, bool>::value) in getInventoryPropertyJson()
337 else if constexpr (std::is_same<PropertyType, in getInventoryPropertyJson()
345 else if constexpr (std::is_same<PropertyType, uint32_t>::value) in getInventoryPropertyJson()
/openbmc/phosphor-hwmon/
H A Dsensor.cpp112 if constexpr (std::is_same<SensorValueType, double>::value) in adjustValue()
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch344 + return std::is_same<T, float>::value || std::is_same<T, double>::value
346 + || std::is_same<T, std::float32_t>::value
349 + || std::is_same<T, std::float64_t>::value
356 + return std::is_same<UC, char>::value || std::is_same<UC, wchar_t>::value ||
357 + std::is_same<UC, char16_t>::value || std::is_same<UC, char32_t>::value;
1028 + return std::is_same<UC, char16_t>::value;
1052 + if (cpp20_and_in_constexpr() || !std::is_same<UC, char>::value) {
1212 +template <typename UC, FASTFLOAT_ENABLE_IF(!std::is_same<UC, char>::value) = 0>
1549 + if (!std::is_same<T, uint64_t>::value) {
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h4315 class = typename std::enable_if<!std::is_same<CharT2, CharT>::value>::type>
4401 class = std::enable_if_t<std::is_same<CharT, char>::value ||
4402 std::is_same<CharT, wchar_t>::value ||
4403 std::is_same<CharT, char16_t>::value ||
4404 std::is_same<CharT, char32_t>::value>>
4572 std::is_same<CharT, char>::value,
4585 !std::is_same<CharT, char>::value,