webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Macros
macros.h File Reference
#include <google/protobuf/stubs/port.h>

Go to the source code of this file.

Classes

struct  google::protobuf.internal::CompileAssert< bool >
 

Namespaces

 google
 
 google::protobuf
 
 google.protobuf.internal
 

Macros

#define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName)
 
#define GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName)
 
#define GOOGLE_ARRAYSIZE(a)
 
#define GOOGLE_COMPILE_ASSERT(expr, msg)
 

Macro Definition Documentation

◆ GOOGLE_ARRAYSIZE

#define GOOGLE_ARRAYSIZE (   a)
Value:
((sizeof(a) / sizeof(*(a))) / \
static_cast<size_t>(!(sizeof(a) % sizeof(*(a)))))
GLboolean GLboolean GLboolean GLboolean a
Definition: gl2ext.h:306

◆ GOOGLE_COMPILE_ASSERT

#define GOOGLE_COMPILE_ASSERT (   expr,
  msg 
)
Value:
msg[bool(expr) ? 1 : -1]; \
(void)msg
void
Definition: AVFoundationCFSoftLinking.h:81

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS

#define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (   TypeName)
Value:
TypeName(const TypeName&); \
void operator=(const TypeName&)
std::string TypeName(google::protobuf::FieldDescriptor *field)

◆ GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS

#define GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS (   TypeName)
Value:
TypeName(const TypeName&); \
void operator=(const TypeName&)
std::string TypeName(google::protobuf::FieldDescriptor *field)