Searched defs:GTEST_API_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h645 # define GTEST_API_ __declspec(dllimport) macro
647 # define GTEST_API_ __declspec(dllexport) macro
652 #ifndef GTEST_API_
653 # define GTEST_API_ macro
751 GTEST_API_ bool IsTrue(bool condition);
793 class GTEST_API_ RE {
868 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
873 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,
892 class GTEST_API_ GTestLog {
1030 GTEST_API_ voi
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-port.h672 # define GTEST_API_ __declspec(dllimport) macro
674 # define GTEST_API_ __declspec(dllexport) macro
679 #ifndef GTEST_API_
680 # define GTEST_API_ macro
785 GTEST_API_ bool IsTrue(bool condition);
827 class GTEST_API_ RE {
902 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
907 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,
926 class GTEST_API_ GTestLog {
1064 GTEST_API_ voi
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
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...]

Completed in 137 milliseconds