Lines Matching defs:GTEST_API_

1867 #  define GTEST_API_ __declspec(dllimport)
1869 # define GTEST_API_ __declspec(dllexport)
1874 #ifndef GTEST_API_
1875 # define GTEST_API_
1990 GTEST_API_ bool IsTrue(bool condition);
2033 class GTEST_API_ RE {
2107 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
2112 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,
2131 class GTEST_API_ GTestLog {
2269 GTEST_API_ void CaptureStdout();
2270 GTEST_API_ std::string GetCapturedStdout();
2271 GTEST_API_ void CaptureStderr();
2272 GTEST_API_ std::string GetCapturedStderr();
2693 GTEST_API_ size_t GetThreadCount();
3019 #define GTEST_DECLARE_bool_(name) GTEST_API_ extern bool GTEST_FLAG(name)
3021 GTEST_API_ extern ::testing::internal::Int32 GTEST_FLAG(name)
3023 GTEST_API_ extern ::std::string GTEST_FLAG(name)
3027 GTEST_API_ bool GTEST_FLAG(name) = (default_val)
3029 GTEST_API_ ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
3031 GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val)
3048 GTEST_API_ Int32 Int32FromGTestEnv(const char* flag, Int32 default_val);
3157 class GTEST_API_ Message {
3379 class GTEST_API_ String {
3483 GTEST_API_ std::string StringStreamToString(::std::stringstream* stream);
3546 class GTEST_API_ FilePath {
7061 GTEST_API_ extern int g_init_gtest_count;
7065 GTEST_API_ extern const char kStackTraceMarker[];
7097 GTEST_API_ std::string AppendUserMessage(
7108 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
7116 class GTEST_API_ ScopedTrace {
7149 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
7156 GTEST_API_ std::string GetBoolAssertionFailureMessage(
7390 GTEST_API_ TypeId GetTestTypeId();
7423 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
7425 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
7451 GTEST_API_ TestInfo* MakeAndRegisterTestInfo(
7464 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
7469 class GTEST_API_ TypedTestCasePState {
7610 GTEST_API_ std::string GetCurrentOsStackTraceExceptTop(
7617 GTEST_API_ bool AlwaysTrue();
7625 struct GTEST_API_ ConstCharPtr {
7636 class GTEST_API_ Random {
8226 class GTEST_API_ DeathTest {
8313 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
8496 GTEST_API_ bool InDeathTestChild();
8625 class GTEST_API_ ExitedWithCode {
8639 class GTEST_API_ KilledBySignal {
9040 GTEST_API_ GTEST_DECLARE_STATIC_MUTEX_(g_linked_ptr_mutex);
9305 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
9575 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
9576 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
9596 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
9599 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
9626 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os);
9648 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os);
9654 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
9661 GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os);
9668 GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os);
9824 GTEST_API_ void UniversalPrintArray(
9828 GTEST_API_ void UniversalPrintArray(
10059 GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
17090 class GTEST_API_ TestPartResult {
17169 class GTEST_API_ TestPartResultArray {
17204 class GTEST_API_ HasNewFatalFailureHelper
17669 class GTEST_API_ AssertionResult {
17728 GTEST_API_ AssertionResult AssertionSuccess();
17731 GTEST_API_ AssertionResult AssertionFailure();
17735 GTEST_API_ AssertionResult AssertionFailure(const Message& msg);
17760 class GTEST_API_ Test {
17913 class GTEST_API_ TestResult {
18034 class GTEST_API_ TestInfo {
18159 class GTEST_API_ TestCase {
18445 class GTEST_API_ TestEventListeners {
18532 class GTEST_API_ UnitTest {
18744 GTEST_API_ void InitGoogleTest(int* argc, char** argv);
18748 GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv);
18879 GTEST_API_ AssertionResult CmpHelperEQ(const char* expected_expression,
18984 GTEST_API_ AssertionResult CmpHelper##op_name(\
19005 GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression,
19013 GTEST_API_ AssertionResult CmpHelperSTRCASEEQ(const char* expected_expression,
19021 GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression,
19029 GTEST_API_ AssertionResult CmpHelperSTRCASENE(const char* s1_expression,
19038 GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression,
19046 GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression,
19061 GTEST_API_ AssertionResult IsSubstring(
19064 GTEST_API_ AssertionResult IsSubstring(
19067 GTEST_API_ AssertionResult IsNotSubstring(
19070 GTEST_API_ AssertionResult IsNotSubstring(
19073 GTEST_API_ AssertionResult IsSubstring(
19076 GTEST_API_ AssertionResult IsNotSubstring(
19081 GTEST_API_ AssertionResult IsSubstring(
19084 GTEST_API_ AssertionResult IsNotSubstring(
19127 GTEST_API_ AssertionResult DoubleNearPredFormat(const char* expr1,
19136 class GTEST_API_ AssertHelper {
19883 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
19885 GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2,