Home
last modified time | relevance | path

Searched refs:FormatSectionMatcher (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DPrintfMatcher.h21 class FormatSectionMatcher
27 FormatSectionMatcher(FormatSection expectedValue) : expected(expectedValue) {} in FormatSectionMatcher() function
39 EXPECT_THAT(actual, __llvm_libc::printf_core::testing::FormatSectionMatcher( \
43 ASSERT_THAT(actual, __llvm_libc::printf_core::testing::FormatSectionMatcher( \
H A DPrintfMatcher.cpp22 bool FormatSectionMatcher::match(FormatSection actualValue) { in match()
80 void FormatSectionMatcher::explainError(testutils::StreamWrapper &stream) { in explainError()