proxygen
gtest-port.cc File Reference
#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"

Go to the source code of this file.

Namespaces

 testing
 
 testing::internal
 

Macros

#define GTEST_IMPLEMENTATION_   1
 

Functions

size_t testing::internal::GetThreadCount ()
 
::std::string testing::internal::FormatFileLocation (const char *file, int line)
 
::std::string testing::internal::FormatCompilerIndependentFileLocation (const char *file, int line)
 
std::string testing::internal::TempDir ()
 
size_t testing::internal::GetFileSize (FILE *file)
 
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)
 
Int32 testing::internal::Int32FromGTestEnv (const char *flag, Int32 default_val)
 
std::string testing::internal::StringFromGTestEnv (const char *flag, const char *default_val)
 

Macro Definition Documentation

#define GTEST_IMPLEMENTATION_   1

Definition at line 76 of file gtest-port.cc.