![]() |
Project
|
#include "Framework/BigEndian.h"#include <catch_amalgamated.hpp>#include <cstdint>#include <cstring>Go to the source code of this file.
Functions | |
| TEST_CASE ("bigEndianCopy: typeSize 1 is a plain copy") | |
| TEST_CASE ("bigEndianCopy: uint16 byte swap") | |
| TEST_CASE ("bigEndianCopy: uint32 byte swap") | |
| TEST_CASE ("bigEndianCopy: uint64 byte swap") | |
| TEST_CASE ("bigEndianCopy: multiple elements") | |
| TEST_CASE | ( | "bigEndianCopy: multiple elements" | ) |
Definition at line 57 of file test_BigEndian.cxx.
| TEST_CASE | ( | "bigEndianCopy: typeSize 1 is a plain copy" | ) |
Definition at line 19 of file test_BigEndian.cxx.
| TEST_CASE | ( | "bigEndianCopy: uint16 byte swap" | ) |
Definition at line 27 of file test_BigEndian.cxx.
| TEST_CASE | ( | "bigEndianCopy: uint32 byte swap" | ) |
Definition at line 37 of file test_BigEndian.cxx.
| TEST_CASE | ( | "bigEndianCopy: uint64 byte swap" | ) |
Definition at line 47 of file test_BigEndian.cxx.