#include <google/protobuf/testing/googletest.h>
#include <google/protobuf/testing/file.h>
#include <google/protobuf/io/io_win32.h>
#include <google/protobuf/stubs/strutil.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <fcntl.h>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
Macros | |
#define | O_BINARY 0 |
Variables | |
static int | google::protobuf::original_stderr_ = -1 |
static int | google::protobuf::original_stdout_ = -1 |
static string | google::protobuf::stderr_capture_filename_ |
static string | google::protobuf::stdout_capture_filename_ |
#define O_BINARY 0 |
Definition at line 69 of file googletest.cc.
|
private |
Definition at line 182 of file googletest.cc.