|
CHROMA
|
Typedefs | |
| typedef struct stat | StatStruct |
Functions | |
| int | FileNo (FILE *file) |
| int | IsATTY (int fd) |
| int | Stat (const char *path, StatStruct *buf) |
| int | StrCaseCmp (const char *s1, const char *s2) |
| char * | StrDup (const char *src) |
| int | RmDir (const char *dir) |
| bool | IsDir (const StatStruct &st) |
| const char * | StrNCpy (char *dest, const char *src, size_t n) |
| int | ChDir (const char *dir) |
| FILE * | FOpen (const char *path, const char *mode) |
| FILE * | FReopen (const char *path, const char *mode, FILE *stream) |
| FILE * | FDOpen (int fd, const char *mode) |
| int | FClose (FILE *fp) |
| int | Read (int fd, void *buf, unsigned int count) |
| int | Write (int fd, const void *buf, unsigned int count) |
| int | Close (int fd) |
| const char * | StrError (int errnum) |
| const char * | GetEnv (const char *name) |
| void | Abort () |
| typedef struct stat testing::internal::posix::StatStruct |
|
inline |
Definition at line 2923 of file gtest.h.
References Chroma::abort().
Referenced by testing::internal::ParameterizedTestCaseRegistry::GetTestCasePatternHolder(), testing::TestResult::GetTestPartResult(), testing::TestPartResultArray::GetTestPartResult(), testing::TestResult::GetTestProperty(), and testing::internal::GTestLog::~GTestLog().
|
inline |
|
inline |
|
inline |
Definition at line 2848 of file gtest.h.
Referenced by testing::internal::ColoredPrintf().
|
inline |
Definition at line 2879 of file gtest.h.
Referenced by testing::internal::XmlUnitTestResultPrinter::OnTestIterationEnd(), testing::internal::ScopedPrematureExitFile::ScopedPrematureExitFile(), and testing::internal::WriteToShardStatusFileIfNeeded().
|
inline |
|
inline |
Definition at line 2899 of file gtest.h.
References Chroma::AsqtadFermActEnv::name.
Referenced by testing::internal::BoolFromGTestEnv(), testing::internal::Int32FromEnvOrDie(), testing::internal::Int32FromGTestEnv(), testing::internal::PrettyUnitTestResultPrinter::OnTestIterationStart(), testing::UnitTest::Run(), testing::internal::ShouldUseColor(), testing::internal::StringFromGTestEnv(), and testing::internal::WriteToShardStatusFileIfNeeded().
|
inline |
Definition at line 2849 of file gtest.h.
Referenced by testing::internal::ColoredPrintf().
|
inline |
Definition at line 2856 of file gtest.h.
Referenced by testing::internal::FilePath::DirectoryExists().
|
inline |
Definition at line 2890 of file gtest.h.
References Octave::count, and Chroma::read().
|
inline |
|
inline |
Definition at line 2850 of file gtest.h.
Referenced by testing::internal::FilePath::DirectoryExists(), and testing::internal::FilePath::FileOrDirectoryExists().
|
inline |
Definition at line 2851 of file gtest.h.
Referenced by testing::internal::String::CaseInsensitiveCStringEquals().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2893 of file gtest.h.
References Octave::count, and Chroma::write().