#include <conformance_test.h>
|
void | CheckedRead (int fd, void *buf, size_t len) |
|
void | CheckedRead (int fd, void *buf, size_t len) |
|
void | CheckedWrite (int fd, const void *buf, size_t len) |
|
void | CheckedWrite (int fd, const void *buf, size_t len) |
|
void | SpawnTestProgram () |
|
void | SpawnTestProgram () |
|
bool | TryRead (int fd, void *buf, size_t len) |
|
bool | TryRead (int fd, void *buf, size_t len) |
|
◆ ForkPipeRunner() [1/4]
google::protobuf::ForkPipeRunner::ForkPipeRunner |
( |
const std::string & |
executable, |
|
|
const std::vector< string > & |
executable_args |
|
) |
| |
|
inline |
◆ ForkPipeRunner() [2/4]
google::protobuf::ForkPipeRunner::ForkPipeRunner |
( |
const std::string & |
executable | ) |
|
|
inlineexplicit |
◆ ~ForkPipeRunner() [1/2]
virtual google::protobuf::ForkPipeRunner::~ForkPipeRunner |
( |
| ) |
|
|
inlinevirtual |
◆ ForkPipeRunner() [3/4]
google::protobuf::ForkPipeRunner::ForkPipeRunner |
( |
const std::string & |
executable, |
|
|
const std::vector< std::string > & |
executable_args |
|
) |
| |
|
inline |
◆ ForkPipeRunner() [4/4]
google::protobuf::ForkPipeRunner::ForkPipeRunner |
( |
const std::string & |
executable | ) |
|
|
inlineexplicit |
◆ ~ForkPipeRunner() [2/2]
virtual google::protobuf::ForkPipeRunner::~ForkPipeRunner |
( |
| ) |
|
|
inlinevirtual |
◆ CheckedRead() [1/2]
void google::protobuf::ForkPipeRunner::CheckedRead |
( |
int |
fd, |
|
|
void * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
private |
◆ CheckedRead() [2/2]
void google::protobuf::ForkPipeRunner::CheckedRead |
( |
int |
fd, |
|
|
void * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
private |
◆ CheckedWrite() [1/2]
void google::protobuf::ForkPipeRunner::CheckedWrite |
( |
int |
fd, |
|
|
const void * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
private |
◆ CheckedWrite() [2/2]
void google::protobuf::ForkPipeRunner::CheckedWrite |
( |
int |
fd, |
|
|
const void * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
private |
◆ Run() [1/2]
◆ Run() [2/2]
◆ RunTest() [1/2]
void google::protobuf::ForkPipeRunner::RunTest |
( |
const std::string & |
test_name, |
|
|
const std::string & |
request, |
|
|
std::string * |
response |
|
) |
| |
|
virtual |
◆ RunTest() [2/2]
void google::protobuf::ForkPipeRunner::RunTest |
( |
const std::string & |
test_name, |
|
|
const std::string & |
request, |
|
|
std::string * |
response |
|
) |
| |
|
virtual |
◆ SpawnTestProgram() [1/2]
void google::protobuf::ForkPipeRunner::SpawnTestProgram |
( |
| ) |
|
|
private |
◆ SpawnTestProgram() [2/2]
void google::protobuf::ForkPipeRunner::SpawnTestProgram |
( |
| ) |
|
|
private |
◆ TryRead() [1/2]
bool google::protobuf::ForkPipeRunner::TryRead |
( |
int |
fd, |
|
|
void * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
private |
◆ TryRead() [2/2]
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 |
◆ executable_args_ [1/2]
const std::vector<std::string> google::protobuf::ForkPipeRunner::executable_args_ |
|
private |
◆ executable_args_ [2/2]
const std::vector<string> google::protobuf::ForkPipeRunner::executable_args_ |
|
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: