dolphin/Source/UnitTests/Common
Lioncash a9663669dc Common/CommonFuncs: Remove now-unneccessary ArraySize function
Since C++17, non-member std::size() is present in the standard library
which also operates on regular C arrays. Given that, we can just replace
usages of ArraySize with that where applicable.

In many cases, we can just change the actual C array ArraySize() was
called on into a std::array and just use its .size() member function
instead.

In some other cases, we can collapse the loops they were used in, into a
ranged-for loop, eliminating the need for en explicit bounds query.
2019-06-01 10:07:57 -04:00
..
Crypto
BitFieldTest.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
BitSetTest.cpp
BitUtilsTest.cpp
BlockingLoopTest.cpp
BusyLoopTest.cpp
CMakeLists.txt
CommonFuncsTest.cpp Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
EventTest.cpp
FixedSizeQueueTest.cpp
FlagTest.cpp
FloatUtilsTest.cpp
MathUtilTest.cpp Replace MathUtil::Clamp with std::clamp 2019-05-04 23:12:17 +02:00
NandPathsTest.cpp
SPSCQueueTest.cpp
StringUtilTest.cpp Remove redundant initialization 2019-04-30 01:22:24 +02:00
SwapTest.cpp
x64EmitterTest.cpp x64EmitterTest: Add some missing tests 2018-12-26 15:22:45 +00:00