webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <errno.h>
#include <stdarg.h>
#include <unistd.h>
#include "conformance.pb.h"
#include <google/protobuf/util/json_util.h>
#include <google/protobuf/util/type_resolver_util.h>
Functions | |
bool | CheckedRead (int fd, void *buf, size_t len) |
void | CheckedWrite (int fd, const void *buf, size_t len) |
void | DoTest (const ConformanceRequest &request, ConformanceResponse *response) |
bool | DoTestIo () |
int | main () |
Variables | |
int | test_count = 0 |
bool | verbose = false |
TypeResolver * | type_resolver |
string * | type_url |
void DoTest | ( | const ConformanceRequest & | request, |
ConformanceResponse * | response | ||
) |
bool DoTestIo | ( | ) |
int main | ( | void | ) |
int test_count = 0 |
TypeResolver* type_resolver |
string* type_url |
bool verbose = false |