Home | History | Annotate | Download | only in gtest

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 {
7062 GTEST_API_ extern int g_init_gtest_count;
7066 GTEST_API_ extern const char kStackTraceMarker[];
7098 GTEST_API_ std::string AppendUserMessage(
7109 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
7117 class GTEST_API_ ScopedTrace {
7150 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
7157 GTEST_API_ std::string GetBoolAssertionFailureMessage(
7391 GTEST_API_ TypeId GetTestTypeId();
7424 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
7426 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
7452 GTEST_API_ TestInfo* MakeAndRegisterTestInfo(
7465 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
7470 class GTEST_API_ TypedTestCasePState {
7611 GTEST_API_ std::string GetCurrentOsStackTraceExceptTop(
7618 GTEST_API_ bool AlwaysTrue();
7626 struct GTEST_API_ ConstCharPtr {
7637 class GTEST_API_ Random {
8227 class GTEST_API_ DeathTest {
8314 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
8497 GTEST_API_ bool InDeathTestChild();
8626 class GTEST_API_ ExitedWithCode {
8640 class GTEST_API_ KilledBySignal {
9041 GTEST_API_ GTEST_DECLARE_STATIC_MUTEX_(g_linked_ptr_mutex);
9306 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
9576 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
9577 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
9597 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
9600 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
9627 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os);
9649 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os);
9655 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
9662 GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os);
9669 GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os);
9825 GTEST_API_ void UniversalPrintArray(
9829 GTEST_API_ void UniversalPrintArray(
10060 GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
17091 class GTEST_API_ TestPartResult {
17170 class GTEST_API_ TestPartResultArray {
17205 class GTEST_API_ HasNewFatalFailureHelper
17670 class GTEST_API_ AssertionResult {
17729 GTEST_API_ AssertionResult AssertionSuccess();
17732 GTEST_API_ AssertionResult AssertionFailure();
17736 GTEST_API_ AssertionResult AssertionFailure(const Message& msg);
17761 class GTEST_API_ Test {
17914 class GTEST_API_ TestResult {
18035 class GTEST_API_ TestInfo {
18160 class GTEST_API_ TestCase {
18446 class GTEST_API_ TestEventListeners {
18533 class GTEST_API_ UnitTest {
18745 GTEST_API_ void InitGoogleTest(int* argc, char** argv);
18749 GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv);
18880 GTEST_API_ AssertionResult CmpHelperEQ(const char* expected_expression,
18985 GTEST_API_ AssertionResult CmpHelper##op_name(\
19006 GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression,
19014 GTEST_API_ AssertionResult CmpHelperSTRCASEEQ(const char* expected_expression,
19022 GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression,
19030 GTEST_API_ AssertionResult CmpHelperSTRCASENE(const char* s1_expression,
19039 GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression,
19047 GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression,
19062 GTEST_API_ AssertionResult IsSubstring(
19065 GTEST_API_ AssertionResult IsSubstring(
19068 GTEST_API_ AssertionResult IsNotSubstring(
19071 GTEST_API_ AssertionResult IsNotSubstring(
19074 GTEST_API_ AssertionResult IsSubstring(
19077 GTEST_API_ AssertionResult IsNotSubstring(
19082 GTEST_API_ AssertionResult IsSubstring(
19085 GTEST_API_ AssertionResult IsNotSubstring(
19128 GTEST_API_ AssertionResult DoubleNearPredFormat(const char* expr1,
19137 class GTEST_API_ AssertHelper {
19884 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
19886 GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2,