Home
last modified time | relevance | path

Searched refs:AssertionSuccess (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest_pred_impl.h91 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper()
135 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper()
186 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper()
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper()
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
Dgtest.h315 GTEST_API_ AssertionResult AssertionSuccess();
1418 return AssertionSuccess(); in CmpHelperEQ()
1532 return AssertionSuccess();\
1662 return AssertionSuccess(); in CmpHelperFloatingPointEQ()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc638 return AssertionSuccess(); in HasOneFailure()
953 AssertionResult AssertionSuccess() { in AssertionSuccess() function
1031 if (diff <= abs_error) return AssertionSuccess(); in DoubleNearPredFormat()
1052 return AssertionSuccess(); in FloatingPointLE()
1058 return AssertionSuccess(); in FloatingPointLE()
1104 return AssertionSuccess(); in CmpHelperEQ()
1121 return AssertionSuccess();\
1154 return AssertionSuccess(); in CmpHelperSTREQ()
1170 return AssertionSuccess(); in CmpHelperSTRCASEEQ()
1186 return AssertionSuccess(); in CmpHelperSTRNE()
[all …]
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_pred_impl_unittest.cc104 return testing::AssertionSuccess(); in PredFormatFunction1()
494 return testing::AssertionSuccess(); in PredFormatFunction2()
926 return testing::AssertionSuccess(); in PredFormatFunction3()
1400 return testing::AssertionSuccess(); in PredFormatFunction4()
1916 return testing::AssertionSuccess(); in PredFormatFunction5()
Dgtest_unittest.cc200 using testing::AssertionSuccess;
2126 return AssertionSuccess(); in AssertIsEven()
2138 return AssertionSuccess() << n << " is even"; in ResultIsEven()
2148 return AssertionSuccess(); in ResultIsEvenNoExplanation()
2181 return AssertionSuccess(); in AssertSumIsEven4()
2199 return AssertionSuccess(); in operator ()()
2386 return n > 0 ? AssertionSuccess() : in IsPositiveFormat()
2391 return x > 0 ? AssertionSuccess() : in IsPositiveFormat()
2397 return x < 0 ? AssertionSuccess() : in IsNegativeFormat()
2404 return x1 == x2 ? AssertionSuccess() : in EqualsFormat()
[all …]
Dgtest-unittest-api_test.cc144 return AssertionSuccess(); in IsNull()
Dgtest-printers_test.cc546 return AssertionSuccess(); in HasPrefix()