HomeSort by relevance Sort by last modified time
    Searched defs:GTEST_API_ (Results 1 - 5 of 5) sorted by null

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 645 # define GTEST_API_ __declspec(dllimport)
647 # define GTEST_API_ __declspec(dllexport)
652 #ifndef GTEST_API_
653 # define GTEST_API_
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 {
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 672 # define GTEST_API_ __declspec(dllimport)
674 # define GTEST_API_ __declspec(dllexport)
679 #ifndef GTEST_API_
680 # define GTEST_API_
785 GTEST_API_ bool IsTrue(bool condition);
827 class GTEST_API_ RE {
902 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 654 # define GTEST_API_ __declspec(dllimport)
656 # define GTEST_API_ __declspec(dllexport)
661 #ifndef GTEST_API_
662 # define GTEST_API_
767 GTEST_API_ bool IsTrue(bool condition);
809 class GTEST_API_ RE {
884 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
889 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 659 # define GTEST_API_ __declspec(dllimport)
661 # define GTEST_API_ __declspec(dllexport)
666 #ifndef GTEST_API_
667 # define GTEST_API_
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,
    [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 843 milliseconds