Assimp
v4.1. (December 2018)
|
Namespaces | |
testing | |
testing::internal | |
Macros | |
#define | GTEST_IMPLEMENTATION_ 1 |
Functions | |
bool | testing::internal::BoolFromGTestEnv (const char *flag, bool default_val) |
static std::string | testing::internal::FlagToEnvVar (const char *flag) |
GTEST_API_ ::std::string | testing::internal::FormatCompilerIndependentFileLocation (const char *file, int line) |
GTEST_API_ ::std::string | testing::internal::FormatFileLocation (const char *file, int line) |
GTEST_API_ size_t | testing::internal::GetFileSize (FILE *file) |
GTEST_API_ size_t | testing::internal::GetThreadCount () |
GTEST_API_ Int32 | testing::internal::Int32FromGTestEnv (const char *flag, Int32 default_val) |
bool | testing::internal::ParseInt32 (const Message &src_text, const char *str, Int32 *value) |
GTEST_API_ std::string | testing::internal::ReadEntireFile (FILE *file) |
std::string | testing::internal::StringFromGTestEnv (const char *flag, const char *default_val) |
GTEST_API_ std::string | testing::internal::TempDir () |
Variables | |
const int | testing::internal::kStdErrFileno = STDERR_FILENO |
const int | testing::internal::kStdOutFileno = STDOUT_FILENO |
const char | testing::internal::kUnknownFile [] = "unknown file" |
#define GTEST_IMPLEMENTATION_ 1 |