#include <errno.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <algorithm>
#include <fstream>
#include <vector>
#include <google/protobuf/stubs/stringprintf.h>
#include "conformance.pb.h"
#include "conformance_test.h"
Go to the source code of this file.
Namespaces | |
google::protobuf | |
Macros | |
#define | GOOGLE_CHECK_SYSCALL(call) |
#define | STRINGIFY(x) #x |
#define | TOSTRING(x) STRINGIFY(x) |
Functions | |
void | google::protobuf::ParseFailureList (const char *filename, conformance::FailureSet *failure_list) |
void | google::protobuf::UsageError () |
#define GOOGLE_CHECK_SYSCALL | ( | call | ) |
Definition at line 76 of file protobuf/conformance/conformance_test_runner.cc.
Definition at line 74 of file protobuf/conformance/conformance_test_runner.cc.
Definition at line 75 of file protobuf/conformance/conformance_test_runner.cc.