#include "MemoryMatcher.h"
#include "src/__support/macros/config.h"
#include "test/UnitTest/Test.h"
#if LIBC_TEST_HAS_MATCHERS()
tlog;
namespace LIBC_NAMESPACE_DECL {
namespace testing {
template <typename T>
bool equals(const cpp::span<T> &Span1, const cpp::span<T> &Span2,
bool &mismatch_size, size_t &mismatch_index) { … }
bool MemoryMatcher::match(MemoryView actualValue) { … }
static void display(char C) { … }
static void display(MemoryView View) { … }
void MemoryMatcher::explainError() { … }
}
}
#endif