webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Macros | Functions | Variables
duration.pb.cc File Reference
#include <google/protobuf/duration.pb.h>
#include <algorithm>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/port.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/wire_format_lite_inl.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/reflection_ops.h>
#include <google/protobuf/wire_format.h>

Classes

struct  google::protobuf::StaticDescriptorInitializer_google_2fprotobuf_2fduration_2eproto
 

Namespaces

 google
 
 google::protobuf
 

Macros

#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
 
#define ZR_HELPER_(f)
 
#define ZR_(first, last)
 
#define DO_(EXPRESSION)   if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
 

Functions

void google::protobuf::protobuf_AssignDesc_google_2fprotobuf_2fduration_2eproto ()
 
void google::protobuf::protobuf_ShutdownFile_google_2fprotobuf_2fduration_2eproto ()
 
void google::protobuf::protobuf_AddDesc_google_2fprotobuf_2fduration_2eproto ()
 

Variables

struct google::protobuf::StaticDescriptorInitializer_google_2fprotobuf_2fduration_2eproto google::protobuf::static_descriptor_initializer_google_2fprotobuf_2fduration_2eproto_
 

Macro Definition Documentation

◆ DO_

#define DO_ (   EXPRESSION)    if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure

◆ INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION

#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION

◆ ZR_

#define ZR_ (   first,
  last 
)
Value:
do {\
::memset(&first, 0,\
ZR_HELPER_(last) - ZR_HELPER_(first) + sizeof(last));\
} while (0)
GLint first
Definition: gl2.h:421
#define ZR_HELPER_(f)
WEBCORE_EXPORT Node * last(const ContainerNode &)
Definition: NodeTraversal.cpp:106

◆ ZR_HELPER_

#define ZR_HELPER_ (   f)
Value:
reinterpret_cast<char*>(\
&reinterpret_cast<Duration*>(16)->f)
GLfloat f
Definition: gl2.h:417