|
Monero
|
#include "gtest/internal/gtest-port.h"#include <limits.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <fstream>#include <unistd.h>#include "gtest/gtest-spi.h"#include "gtest/gtest-message.h"#include "gtest/internal/gtest-internal.h"#include "gtest/internal/gtest-string.h"#include "src/gtest-internal-inl.h"
Namespaces | |
| namespace | testing |
| namespace | testing::internal |
Macros | |
| #define | GTEST_IMPLEMENTATION_ 1 |
Functions | |
| GTEST_API_ size_t | testing::internal::GetThreadCount () |
| GTEST_API_::std::string | testing::internal::FormatFileLocation (const char *file, int line) |
| GTEST_API_::std::string | testing::internal::FormatCompilerIndependentFileLocation (const char *file, int line) |
| GTEST_API_ std::string | testing::internal::TempDir () |
| GTEST_API_ size_t | testing::internal::GetFileSize (FILE *file) |
| GTEST_API_ std::string | testing::internal::ReadEntireFile (FILE *file) |
| static std::string | testing::internal::FlagToEnvVar (const char *flag) |
| bool | testing::internal::ParseInt32 (const Message &src_text, const char *str, Int32 *value) |
| bool | testing::internal::BoolFromGTestEnv (const char *flag, bool default_val) |
| GTEST_API_ Int32 | testing::internal::Int32FromGTestEnv (const char *flag, Int32 default_val) |
| std::string | testing::internal::StringFromGTestEnv (const char *flag, const char *default_val) |
| #define GTEST_IMPLEMENTATION_ 1 |