Home
last modified time | relevance | path

Searched refs:declare_binary_safe (Results 1 – 7 of 7) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/mpt/endian/
H A Dinteger.hpp370 constexpr bool declare_binary_safe(const int64le &) { in declare_binary_safe() function
373 constexpr bool declare_binary_safe(const int32le &) { in declare_binary_safe() function
376 constexpr bool declare_binary_safe(const int16le &) { in declare_binary_safe() function
379 constexpr bool declare_binary_safe(const int8le &) { in declare_binary_safe() function
382 constexpr bool declare_binary_safe(const uint64le &) { in declare_binary_safe() function
391 constexpr bool declare_binary_safe(const uint8le &) { in declare_binary_safe() function
395 constexpr bool declare_binary_safe(const int64be &) { in declare_binary_safe() function
398 constexpr bool declare_binary_safe(const int32be &) { in declare_binary_safe() function
401 constexpr bool declare_binary_safe(const int16be &) { in declare_binary_safe() function
404 constexpr bool declare_binary_safe(const int8be &) { in declare_binary_safe() function
[all …]
H A Dfloatingpoint.hpp253 constexpr bool declare_binary_safe(const IEEE754binary32EmulatedBE &) { in declare_binary_safe() function
256 constexpr bool declare_binary_safe(const IEEE754binary32EmulatedLE &) { in declare_binary_safe() function
259 constexpr bool declare_binary_safe(const IEEE754binary64EmulatedBE &) { in declare_binary_safe() function
262 constexpr bool declare_binary_safe(const IEEE754binary64EmulatedLE &) { in declare_binary_safe() function
369 constexpr bool declare_binary_safe(const IEEE754binary32Native<> &) noexcept { in declare_binary_safe() function
372 constexpr bool declare_binary_safe(const IEEE754binary64Native<> &) noexcept { in declare_binary_safe() function
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/mpt/base/
H A Dmemory.hpp60 constexpr bool declare_binary_safe(const T &) noexcept { in declare_binary_safe() function
64 constexpr bool declare_binary_safe(const char &) noexcept { in declare_binary_safe() function
67 constexpr bool declare_binary_safe(const uint8 &) noexcept { in declare_binary_safe() function
70 constexpr bool declare_binary_safe(const int8 &) noexcept { in declare_binary_safe() function
73 constexpr bool declare_binary_safe(const std::byte &) noexcept { in declare_binary_safe() function
82 struct is_binary_safe : public std::conditional<declare_binary_safe(T{}), std::true_type, std::fals…
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/openmpt/base/
H A DEndian.hpp65 constexpr bool declare_binary_safe(const type &) { return true; } \
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/mpt/uuid/
H A Duuid.hpp42 constexpr bool declare_binary_safe(const GUIDms &) { in declare_binary_safe() function
54 constexpr bool declare_binary_safe(const UUIDbin &) { in declare_binary_safe() function
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/common/
H A DmptStringBuffer.h212 constexpr bool declare_binary_safe(const typename mpt::modecharbuf<len, mode> &) { return true; } in declare_binary_safe() function
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/mpt/io_read/
H A Dfilereader.hpp476 friend constexpr bool declare_binary_safe(const ChunkHeader &) noexcept { in declare_binary_safe() function