Home | History | Annotate | Download | only in internal

Lines Matching defs:GTEST_CHECK_

950 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
953 // GTEST_CHECK_(boolean_condition);
955 // GTEST_CHECK_(boolean_condition) << "Additional message";
962 #define GTEST_CHECK_(condition) \
1036 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1049 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1242 GTEST_CHECK_(owner_ == pthread_self())