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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1867 # define GTEST_API_ __declspec(dllimport) macro
1869 # define GTEST_API_ __declspec(dllexport)
1874 #ifndef GTEST_API_
1875 # define GTEST_API_ macro
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_ voi
[all...]

Completed in 44 milliseconds