Lines Matching refs:GTEST_API_
256 class GTEST_API_ AssertionResult {
315 GTEST_API_ AssertionResult AssertionSuccess();
318 GTEST_API_ AssertionResult AssertionFailure();
322 GTEST_API_ AssertionResult AssertionFailure(const Message& msg);
347 class GTEST_API_ Test {
500 class GTEST_API_ TestResult {
621 class GTEST_API_ TestInfo {
746 class GTEST_API_ TestCase {
1032 class GTEST_API_ TestEventListeners {
1119 class GTEST_API_ UnitTest {
1331 GTEST_API_ void InitGoogleTest(int* argc, char** argv);
1335 GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv);
1466 GTEST_API_ AssertionResult CmpHelperEQ(const char* expected_expression,
1571 GTEST_API_ AssertionResult CmpHelper##op_name(\
1592 GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression,
1600 GTEST_API_ AssertionResult CmpHelperSTRCASEEQ(const char* expected_expression,
1608 GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression,
1616 GTEST_API_ AssertionResult CmpHelperSTRCASENE(const char* s1_expression,
1625 GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression,
1633 GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression,
1648 GTEST_API_ AssertionResult IsSubstring(
1651 GTEST_API_ AssertionResult IsSubstring(
1654 GTEST_API_ AssertionResult IsNotSubstring(
1657 GTEST_API_ AssertionResult IsNotSubstring(
1660 GTEST_API_ AssertionResult IsSubstring(
1663 GTEST_API_ AssertionResult IsNotSubstring(
1668 GTEST_API_ AssertionResult IsSubstring(
1671 GTEST_API_ AssertionResult IsNotSubstring(
1714 GTEST_API_ AssertionResult DoubleNearPredFormat(const char* expr1,
1723 class GTEST_API_ AssertHelper {
2113 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
2115 GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2,