#include "gtest/internal/gtest-port.h"
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#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"
Go to the source code of this file.
Namespaces | |
namespace | testing |
namespace | testing::internal |
Defines | |
#define | GTEST_IMPLEMENTATION_ 1 |
Functions | |
bool | testing::internal::BoolFromGTestEnv (const char *flag, bool default_value) |
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) |
size_t | testing::internal::GetThreadCount () |
Int32 | testing::internal::Int32FromGTestEnv (const char *flag, Int32 default_value) |
bool | testing::internal::ParseInt32 (const Message &src_text, const char *str, Int32 *value) |
const char * | testing::internal::StringFromGTestEnv (const char *flag, const char *default_value) |
#define GTEST_IMPLEMENTATION_ 1 |
Definition at line 69 of file gmock/gtest/src/gtest-port.cc.