Searched refs:GTEST_API_ (Results 1 – 17 of 17) sorted by relevance
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 86 GTEST_API_ extern const TypeId kTestTypeIdInGoogleTest; 109 GTEST_API_ extern bool g_help_flag; 112 GTEST_API_ TimeInMillis GetTimeInMillis(); 115 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty); 118 GTEST_API_ std::string FormatTimeInMillisAsSeconds(TimeInMillis ms); 124 GTEST_API_ std::string FormatEpochTimeInMillisAsIso8601(TimeInMillis ms); 130 GTEST_API_ bool ParseInt32Flag( 232 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point); 247 GTEST_API_ std::string WideStringToUtf8(const wchar_t* str, int num_chars); 261 GTEST_API_ bool ShouldShard(const char* total_shards_str, [all …]
|
D | gtest_main.cc | 34 GTEST_API_ int main(int argc, char **argv) { in main()
|
D | gtest-port.cc | 456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() 474 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation( in FormatCompilerIndependentFileLocation()
|
D | gtest.cc | 311 GTEST_API_ int g_init_gtest_count = 0; 366 GTEST_API_ GTEST_DEFINE_STATIC_MUTEX_(g_linked_ptr_mutex);
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 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 { 738 class GTEST_API_ TestCase { 1007 class GTEST_API_ TestEventListeners { 1094 class GTEST_API_ UnitTest { [all …]
|
D | gtest-death-test.h | 61 GTEST_API_ bool InDeathTestChild(); 190 class GTEST_API_ ExitedWithCode { 204 class GTEST_API_ KilledBySignal {
|
D | gtest-test-part.h | 47 class GTEST_API_ TestPartResult { 126 class GTEST_API_ TestPartResultArray { 161 class GTEST_API_ HasNewFatalFailureHelper
|
D | gtest-printers.h | 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes, 384 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os); 385 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os); 405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os); 408 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os); 435 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os); 457 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os); 463 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os); 470 GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os); 477 GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os); [all …]
|
D | gtest-spi.h | 51 class GTEST_API_ ScopedFakeTestPartResultReporter 96 class GTEST_API_ SingleFailureChecker {
|
D | gtest-message.h | 85 class GTEST_API_ Message {
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 760 # define GTEST_API_ __declspec(dllimport) macro 762 # define GTEST_API_ __declspec(dllexport) macro 767 #ifndef GTEST_API_ 768 # define GTEST_API_ macro 883 GTEST_API_ bool IsTrue(bool condition); 926 class GTEST_API_ RE { 1000 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line); 1005 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file, 1024 class GTEST_API_ GTestLog { 1162 GTEST_API_ void CaptureStdout(); [all …]
|
D | gtest-internal.h | 100 GTEST_API_ extern int g_init_gtest_count; 104 GTEST_API_ extern const char kStackTraceMarker[]; 136 GTEST_API_ std::string AppendUserMessage( 147 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { 155 class GTEST_API_ ScopedTrace { 188 GTEST_API_ AssertionResult EqFailure(const char* expected_expression, 195 GTEST_API_ std::string GetBoolAssertionFailureMessage( 419 GTEST_API_ TypeId GetTestTypeId(); 452 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr, 454 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr, [all …]
|
D | gtest-string.h | 58 class GTEST_API_ String { 162 GTEST_API_ std::string StringStreamToString(::std::stringstream* stream);
|
D | gtest-death-test-internal.h | 69 class GTEST_API_ DeathTest { 156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
|
D | gtest-filepath.h | 59 class GTEST_API_ FilePath {
|
D | gtest-linked_ptr.h | 80 GTEST_API_ GTEST_DECLARE_STATIC_MUTEX_(g_linked_ptr_mutex);
|
D | gtest-param-util.h | 60 GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
|