Home | History | Annotate | Download | only in internal

Lines Matching defs:GTEST_CHECK_

956 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
959 // GTEST_CHECK_(boolean_condition);
961 // GTEST_CHECK_(boolean_condition) << "Additional message";
968 #define GTEST_CHECK_(condition) \
1042 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1055 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1266 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))