Home
last modified time | relevance | path

Searched refs:IsInterested (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-matchers.cc391 if (listener->IsInterested()) { in VerifyMatchMatrix()
409 if (listener->IsInterested()) { in VerifyMatchMatrix()
427 if (listener->IsInterested()) { in FindPairing()
438 if (listener->IsInterested()) { in FindPairing()
449 if (listener->IsInterested()) { in FindPairing()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DMatchers.h64 if (L->IsInterested()) { in MatchAndExplain()
/llvm-project-15.0.7/llvm/include/llvm/Testing/Support/
H A DError.h45 if (result || !listener->IsInterested()) in MatchAndExplain()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h345 if (!listener->IsInterested()) { in MatchPrintAndExplain()
1426 if (listener->IsInterested()) {
2215 if (!listener->IsInterested()) {
2328 if (listener->IsInterested()) {
2635 if (!listener->IsInterested()) {
2768 const bool listener_interested = listener->IsInterested();
3013 if (matrix.LhsSize() != 0 && listener->IsInterested()) {
3033 if (listener->IsInterested()) {
3335 if (!listener->IsInterested()) {
3395 if (!listener->IsInterested()) {
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h103 bool IsInterested() const { return stream_ != nullptr; } in IsInterested() function