#include <conformance_test.h>
Definition at line 85 of file conformance_test.h.
◆ ForkPipeRunner()
google::protobuf::ForkPipeRunner::ForkPipeRunner |
( |
const std::string & |
executable | ) |
|
|
inline |
◆ ~ForkPipeRunner()
virtual google::protobuf::ForkPipeRunner::~ForkPipeRunner |
( |
| ) |
|
|
inlinevirtual |
◆ CheckedRead()
void google::protobuf::ForkPipeRunner::CheckedRead |
( |
int |
fd, |
|
|
void * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
private |
◆ CheckedWrite()
void google::protobuf::ForkPipeRunner::CheckedWrite |
( |
int |
fd, |
|
|
const void * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
private |
◆ Run()
int google::protobuf::ForkPipeRunner::Run |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
const std::vector< ConformanceTestSuite * > & |
suites |
|
) |
| |
|
static |
◆ RunTest()
◆ SpawnTestProgram()
void google::protobuf::ForkPipeRunner::SpawnTestProgram |
( |
| ) |
|
|
private |
◆ TryRead()
bool google::protobuf::ForkPipeRunner::TryRead |
( |
int |
fd, |
|
|
void * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
private |
◆ child_pid_
pid_t google::protobuf::ForkPipeRunner::child_pid_ |
|
private |
◆ current_test_name_
std::string google::protobuf::ForkPipeRunner::current_test_name_ |
|
private |
◆ executable_
std::string google::protobuf::ForkPipeRunner::executable_ |
|
private |
◆ read_fd_
int google::protobuf::ForkPipeRunner::read_fd_ |
|
private |
◆ write_fd_
int google::protobuf::ForkPipeRunner::write_fd_ |
|
private |
The documentation for this class was generated from the following files: