Home | History | Annotate | Download | only in internal

Lines Matching defs:GTEST_CHECK_

937 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
940 // GTEST_CHECK_(boolean_condition);
942 // GTEST_CHECK_(boolean_condition) << "Additional message";
949 #define GTEST_CHECK_(condition) \
1023 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1036 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1229 GTEST_CHECK_(owner_ == pthread_self())