webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
conformance_cpp.cc File Reference
#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
 
TypeResolvertype_resolver
 
stringtype_url
 

Function Documentation

◆ CheckedRead()

bool CheckedRead ( int  fd,
void buf,
size_t  len 
)

◆ CheckedWrite()

void CheckedWrite ( int  fd,
const void buf,
size_t  len 
)

◆ DoTest()

void DoTest ( const ConformanceRequest &  request,
ConformanceResponse *  response 
)

◆ DoTestIo()

bool DoTestIo ( )

◆ main()

int main ( void  )

Variable Documentation

◆ test_count

int test_count = 0

◆ type_resolver

TypeResolver* type_resolver

◆ type_url

string* type_url

◆ verbose

bool verbose = false