Namespaces | Macros | Functions
protobuf/conformance/conformance_test_runner.cc File Reference
#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"
Include dependency graph for protobuf/conformance/conformance_test_runner.cc:

Go to the source code of this file.

Namespaces

 google
 
 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 ()
 

Macro Definition Documentation

◆ GOOGLE_CHECK_SYSCALL

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

Definition at line 76 of file protobuf/conformance/conformance_test_runner.cc.

◆ STRINGIFY

#define STRINGIFY (   x)    #x

◆ TOSTRING

#define TOSTRING (   x)    STRINGIFY(x)
call
FilterStackCall * call
Definition: call.cc:750
TOSTRING
#define TOSTRING(x)
Definition: protobuf/conformance/conformance_test_runner.cc:75


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:08