Namespaces | Macros | Functions
conformance_test_runner.cc File Reference
#include <algorithm>
#include <errno.h>
#include <fstream>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <vector>
#include <google/protobuf/stubs/stringprintf.h>
#include "conformance.pb.h"
#include "conformance_test.h"
Include dependency graph for conformance_test_runner.cc:

Go to the source code of this file.

Namespaces

 google
 
 google::protobuf
 

Macros

#define 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 ()
 

Macro Definition Documentation

◆ CHECK_SYSCALL

#define CHECK_SYSCALL (   call)
Value:
if (call < 0) { \
perror(#call " " __FILE__ ":" TOSTRING(__LINE__)); \
exit(1); \
}

Definition at line 77 of file conformance_test_runner.cc.

◆ STRINGIFY

#define STRINGIFY (   x)    #x

Definition at line 75 of file conformance_test_runner.cc.

◆ TOSTRING

#define TOSTRING (   x)    STRINGIFY(x)

Definition at line 76 of file conformance_test_runner.cc.

TOSTRING
#define TOSTRING(x)
Definition: conformance_test_runner.cc:76


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:02