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