Home | History | Annotate | Download | only in internal

Lines Matching defs:GTEST_CHECK_

1048 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
1051 // GTEST_CHECK_(boolean_condition);
1053 // GTEST_CHECK_(boolean_condition) << "Additional message";
1060 #define GTEST_CHECK_(condition) \
1134 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1147 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1358 GTEST_CHECK_