Home | History | Annotate | Download | only in internal

Lines Matching defs:GTEST_CHECK_

945 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
948 // GTEST_CHECK_(boolean_condition);
950 // GTEST_CHECK_(boolean_condition) << "Additional message";
957 #define GTEST_CHECK_(condition) \
1031 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1044 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1237 GTEST_CHECK_(owner_ == pthread_self())