Searched refs:GTEST_API_ (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h81 GTEST_API_ extern const TypeId kTestTypeIdInGoogleTest;
104 GTEST_API_ extern bool g_help_flag;
107 GTEST_API_ TimeInMillis GetTimeInMillis();
110 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
113 GTEST_API_ std::string FormatTimeInMillisAsSeconds(TimeInMillis ms);
119 GTEST_API_ bool ParseInt32Flag(
222 GTEST_API_ char* CodePointToUtf8(UInt32 code_point, char* str);
237 GTEST_API_ String WideStringToUtf8(const wchar_t* str, int num_chars);
251 GTEST_API_ bool ShouldShard(const char* total_shards_str,
258 GTEST_API_ Int3
[all...]
H A Dgtest-port.h659 # define GTEST_API_ __declspec(dllimport) macro
661 # define GTEST_API_ __declspec(dllexport) macro
666 #ifndef GTEST_API_
667 # define GTEST_API_ macro
772 GTEST_API_ bool IsTrue(bool condition);
814 class GTEST_API_ RE {
889 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
894 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,
913 class GTEST_API_ GTestLog {
1051 GTEST_API_ voi
[all...]
H A Dgtest-filepath.h59 class GTEST_API_ FilePath {
H A Dgtest-internal.h148 GTEST_API_ extern const char kStackTraceMarker[];
185 GTEST_API_ String AppendUserMessage(const String& gtest_msg,
189 class GTEST_API_ ScopedTrace {
293 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
300 GTEST_API_ String GetBoolAssertionFailureMessage(
524 GTEST_API_ TypeId GetTestTypeId();
557 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
559 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
585 GTEST_API_ TestInfo* MakeAndRegisterTestInfo(
597 GTEST_API_ boo
[all...]
H A Dgtest-death-test-internal.h69 class GTEST_API_ DeathTest {
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
H A Dgtest-string.h81 class GTEST_API_ String {
334 GTEST_API_ String StringStreamToString(::std::stringstream* stream);
H A Dgtest-linked_ptr.h80 GTEST_API_ GTEST_DECLARE_STATIC_MUTEX_(g_linked_ptr_mutex);
H A Dgtest-param-util.h60 GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h47 class GTEST_API_ TestPartResult {
123 class GTEST_API_ TestPartResultArray {
158 class GTEST_API_ HasNewFatalFailureHelper
H A Dgtest-death-test.h179 class GTEST_API_ ExitedWithCode {
193 class GTEST_API_ KilledBySignal {
H A Dgtest.h265 class GTEST_API_ AssertionResult {
324 GTEST_API_ AssertionResult AssertionSuccess();
327 GTEST_API_ AssertionResult AssertionFailure();
331 GTEST_API_ AssertionResult AssertionFailure(const Message& msg);
356 class GTEST_API_ Test {
508 class GTEST_API_ TestResult {
625 class GTEST_API_ TestInfo {
740 class GTEST_API_ TestCase {
1002 class GTEST_API_ TestEventListeners {
1089 class GTEST_API_ UnitTes
[all...]
H A Dgtest-spi.h51 class GTEST_API_ ScopedFakeTestPartResultReporter
96 class GTEST_API_ SingleFailureChecker {
H A 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_ voi
[all...]
H A Dgtest-message.h82 class GTEST_API_ Message {
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-port.cc431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
449 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(

Completed in 212 milliseconds