Home
last modified time | relevance | path

Searched refs:GTEST_API_ (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h86 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 …]
Dgtest_main.cc34 GTEST_API_ int main(int argc, char **argv) { in main()
Dgtest-port.cc456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation()
474 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation( in FormatCompilerIndependentFileLocation()
Dgtest.cc311 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/
Dgtest.h256 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 …]
Dgtest-death-test.h61 GTEST_API_ bool InDeathTestChild();
190 class GTEST_API_ ExitedWithCode {
204 class GTEST_API_ KilledBySignal {
Dgtest-test-part.h47 class GTEST_API_ TestPartResult {
126 class GTEST_API_ TestPartResultArray {
161 class GTEST_API_ HasNewFatalFailureHelper
Dgtest-printers.h114 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 …]
Dgtest-spi.h51 class GTEST_API_ ScopedFakeTestPartResultReporter
96 class GTEST_API_ SingleFailureChecker {
Dgtest-message.h85 class GTEST_API_ Message {
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h760 # 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 …]
Dgtest-internal.h100 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 …]
Dgtest-string.h58 class GTEST_API_ String {
162 GTEST_API_ std::string StringStreamToString(::std::stringstream* stream);
Dgtest-death-test-internal.h69 class GTEST_API_ DeathTest {
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
Dgtest-filepath.h59 class GTEST_API_ FilePath {
Dgtest-linked_ptr.h80 GTEST_API_ GTEST_DECLARE_STATIC_MUTEX_(g_linked_ptr_mutex);
Dgtest-param-util.h60 GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,