Searched defs:GTEST_CHECK_ (Results 1 - 4 of 4) sorted by relevance

/external/gtest/include/gtest/internal/
H A Dgtest-port.h153 #include <iostream> // Used for GTEST_CHECK_
825 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
828 // GTEST_CHECK_(boolean_condition);
830 // GTEST_CHECK_(boolean_condition) << "Additional message";
862 #define GTEST_CHECK_(condition) \ macro
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1030 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
1033 // GTEST_CHECK_(boolean_condition);
1035 // GTEST_CHECK_(boolean_condition) << "Additional message";
1042 #define GTEST_CHECK_(condition) \ macro
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h916 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
919 // GTEST_CHECK_(boolean_condition);
921 // GTEST_CHECK_(boolean_condition) << "Additional message";
928 #define GTEST_CHECK_(condition) \ macro
1002 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1015 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1208 GTEST_CHECK_(owner_ == pthread_self())
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h937 // 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) \ macro
1023 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1036 GTEST_CHECK_(typeid(*base) == typeid(Derived));
1229 GTEST_CHECK_(owner_ == pthread_self())

Completed in 183 milliseconds