Home | History | Annotate | Download | only in internal

Lines Matching defs:GTEST_CHECK_

1062 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
1065 // GTEST_CHECK_(boolean_condition);
1067 // GTEST_CHECK_(boolean_condition) << "Additional message";
1074 #define GTEST_CHECK_(condition) \
1148 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1161 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1658 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))