Home | History | Annotate | Download | only in internal

Lines Matching defs:GTEST_CHECK_

942 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
945 // GTEST_CHECK_(boolean_condition);
947 // GTEST_CHECK_(boolean_condition) << "Additional message";
954 #define GTEST_CHECK_(condition) \
1028 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1041 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1234 GTEST_CHECK_(owner_ == pthread_self())