|
| void | testing::internal::posix::Abort () |
| |
| bool | testing::internal::BoolFromGTestEnv (const char *flag, bool default_val) |
| |
| GTEST_API_ void | testing::internal::CaptureStderr () |
| |
| GTEST_API_ void | testing::internal::CaptureStdout () |
| |
| int | testing::internal::posix::ChDir (const char *dir) |
| |
| template<class Derived , class Base > |
| Derived * | testing::internal::CheckedDowncastToActualType (Base *base) |
| |
| int | testing::internal::posix::Close (int fd) |
| |
| template<typename To , typename From > |
| To | testing::internal::DownCast_ (From *f) |
| |
| int | testing::internal::posix::FClose (FILE *fp) |
| |
| FILE * | testing::internal::posix::FDOpen (int fd, const char *mode) |
| |
| int | testing::internal::posix::FileNo (FILE *file) |
| |
| void | testing::internal::FlushInfoLog () |
| |
| FILE * | testing::internal::posix::FOpen (const char *path, const char *mode) |
| |
| GTEST_API_::std::string | testing::internal::FormatCompilerIndependentFileLocation (const char *file, int line) |
| |
| GTEST_API_::std::string | testing::internal::FormatFileLocation (const char *file, int line) |
| |
| FILE * | testing::internal::posix::FReopen (const char *path, const char *mode, FILE *stream) |
| |
| GTEST_API_ String | testing::internal::GetCapturedStderr () |
| |
| GTEST_API_ String | testing::internal::GetCapturedStdout () |
| |
| const char * | testing::internal::posix::GetEnv (const char *name) |
| |
| GTEST_API_ size_t | testing::internal::GetThreadCount () |
| |
| template<typename To > |
| To | testing::internal::ImplicitCast_ (To x) |
| |
| GTEST_API_ Int32 | testing::internal::Int32FromGTestEnv (const char *flag, Int32 default_val) |
| |
| bool | testing::internal::IsAlNum (char ch) |
| |
| bool | testing::internal::IsAlpha (char ch) |
| |
| int | testing::internal::posix::IsATTY (int fd) |
| |
| bool | testing::internal::IsDigit (char ch) |
| |
| bool | testing::internal::posix::IsDir (const StatStruct &st) |
| |
| bool | testing::internal::IsLower (char ch) |
| |
| bool | testing::internal::IsSpace (char ch) |
| |
| GTEST_API_ bool | testing::internal::IsTrue (bool condition) |
| |
| bool | testing::internal::IsUpper (char ch) |
| |
| bool | testing::internal::IsXDigit (char ch) |
| |
| void | testing::internal::LogToStderr () |
| |
| bool | testing::internal::ParseInt32 (const Message &src_text, const char *str, Int32 *value) |
| |
| int | testing::internal::posix::Read (int fd, void *buf, unsigned int count) |
| |
| int | testing::internal::posix::RmDir (const char *dir) |
| |
| int | testing::internal::posix::Stat (const char *path, StatStruct *buf) |
| |
| int | testing::internal::posix::StrCaseCmp (const char *s1, const char *s2) |
| |
| char * | testing::internal::posix::StrDup (const char *src) |
| |
| const char * | testing::internal::posix::StrError (int errnum) |
| |
| const char * | testing::internal::StringFromGTestEnv (const char *flag, const char *default_val) |
| |
| const char * | testing::internal::posix::StrNCpy (char *dest, const char *src, size_t n) |
| |
| char | testing::internal::ToLower (char ch) |
| |
| char | testing::internal::ToUpper (char ch) |
| |
| int | testing::internal::posix::Write (int fd, const void *buf, unsigned int count) |
| |