Searched refs:FormatSectionMatcher (Results 1 – 12 of 12) sorted by relevance
/external/cronet/stable/third_party/llvm-libc/src/test/UnitTest/ |
D | PrintfMatcher.h | 19 class FormatSectionMatcher : public Matcher<printf_core::FormatSection> { 24 FormatSectionMatcher(printf_core::FormatSection expectedValue) in FormatSectionMatcher() function 36 EXPECT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected)) 39 ASSERT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected))
|
D | ScanfMatcher.h | 19 class FormatSectionMatcher : public Matcher<scanf_core::FormatSection> { 24 FormatSectionMatcher(scanf_core::FormatSection expectedValue) in FormatSectionMatcher() function 36 EXPECT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected)) 39 ASSERT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected))
|
D | ScanfMatcher.cpp | 27 bool FormatSectionMatcher::match(FormatSection actualValue) { in match() 93 void FormatSectionMatcher::explainError() { in explainError()
|
D | PrintfMatcher.cpp | 27 bool FormatSectionMatcher::match(FormatSection actualValue) { in match() 94 void FormatSectionMatcher::explainError() { in explainError()
|
/external/cronet/tot/third_party/llvm-libc/src/test/UnitTest/ |
D | PrintfMatcher.h | 19 class FormatSectionMatcher : public Matcher<printf_core::FormatSection> { 24 FormatSectionMatcher(printf_core::FormatSection expectedValue) in FormatSectionMatcher() function 36 EXPECT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected)) 39 ASSERT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected))
|
D | ScanfMatcher.h | 19 class FormatSectionMatcher : public Matcher<scanf_core::FormatSection> { 24 FormatSectionMatcher(scanf_core::FormatSection expectedValue) in FormatSectionMatcher() function 36 EXPECT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected)) 39 ASSERT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected))
|
D | ScanfMatcher.cpp | 27 bool FormatSectionMatcher::match(FormatSection actualValue) { in match() 93 void FormatSectionMatcher::explainError() { in explainError()
|
D | PrintfMatcher.cpp | 27 bool FormatSectionMatcher::match(FormatSection actualValue) { in match() 94 void FormatSectionMatcher::explainError() { in explainError()
|
/external/llvm-libc/test/UnitTest/ |
D | ScanfMatcher.h | 19 class FormatSectionMatcher : public Matcher<scanf_core::FormatSection> { 24 FormatSectionMatcher(scanf_core::FormatSection expectedValue) in FormatSectionMatcher() function 36 EXPECT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected)) 39 ASSERT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected))
|
D | PrintfMatcher.h | 19 class FormatSectionMatcher : public Matcher<printf_core::FormatSection> { 24 FormatSectionMatcher(printf_core::FormatSection expectedValue) in FormatSectionMatcher() function 36 EXPECT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected)) 39 ASSERT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected))
|
D | ScanfMatcher.cpp | 27 bool FormatSectionMatcher::match(FormatSection actualValue) { in match() 93 void FormatSectionMatcher::explainError() { in explainError()
|
D | PrintfMatcher.cpp | 27 bool FormatSectionMatcher::match(FormatSection actualValue) { in match() 94 void FormatSectionMatcher::explainError() { in explainError()
|