Lines Matching refs:explanation
561 // matcher doesn't give an explanation, so only the first matcher's
562 // explanation is printed.
572 // matcher doesn't given an explanation.
590 // explain. Since it doesn't given an explanation, nothing is
777 // matcher doesn't give an explanation, so only the first matcher's
778 // explanation is printed.
788 // matcher doesn't given an explanation.
806 // explain. Since it doesn't given an explanation, nothing is
1402 const std::string explanation =
1406 EXPECT_TRUE(explanation == "which is 1.2e-10 from 2.1" || // GCC
1407 explanation == "which is 1.2e-010 from 2.1") // MSVC
1408 << " where explanation is \"" << explanation << "\".";