webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Macros | Typedefs | Variables
extension_set.h File Reference
#include <vector>
#include <map>
#include <utility>
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/repeated_field.h>

Go to the source code of this file.

Classes

struct  google::protobuf.internal::ExtensionInfo
 
struct  google::protobuf.internal::ExtensionInfo::EnumValidityCheck
 
class  google::protobuf.internal::ExtensionFinder
 
class  google::protobuf.internal::GeneratedExtensionFinder
 
class  google::protobuf.internal::ExtensionSet
 
class  google::protobuf.internal::PrimitiveTypeTraits< Type >
 
class  google::protobuf.internal::RepeatedPrimitiveTypeTraits< Type >
 
class  google::protobuf.internal::RepeatedPrimitiveGenericTypeTraits
 
class  google::protobuf.internal::StringTypeTraits
 
class  google::protobuf.internal::RepeatedStringTypeTraits
 
class  google::protobuf.internal::EnumTypeTraits< Type, IsValid >
 
class  google::protobuf.internal::RepeatedEnumTypeTraits< Type, IsValid >
 
class  google::protobuf.internal::MessageTypeTraits< Type >
 
class  google::protobuf.internal::RepeatedMessageTypeTraits< Type >
 
class  google::protobuf.internal::RepeatedMessageGenericTypeTraits
 
class  google::protobuf.internal::ExtensionIdentifier< ExtendeeType, TypeTraitsType, field_type, is_packed >
 

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::io
 
 google.protobuf.internal
 

Macros

#define desc   const FieldDescriptor* descriptor
 
#define desc   const FieldDescriptor* descriptor
 
#define PROTOBUF_DEFINE_PRIMITIVE_TYPE(TYPE, METHOD)
 
#define GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(CLASSNAME)
 

Typedefs

typedef uint8 google.protobuf.internal::FieldType
 
typedef bool google.protobuf.internal::EnumValidityFunc(int number)
 
typedef bool google.protobuf.internal::EnumValidityFuncWithArg(const void *arg, int number)
 

Variables

LIBPROTOBUF_EXPORT ProtobufOnceType google.protobuf.internal::repeated_primitive_generic_type_traits_once_init_
 
LIBPROTOBUF_EXPORT ProtobufOnceType google.protobuf.internal::repeated_string_type_traits_once_init_
 
LIBPROTOBUF_EXPORT ProtobufOnceType google.protobuf.internal::repeated_message_generic_type_traits_once_init_
 

Macro Definition Documentation

◆ desc [1/2]

#define desc   const FieldDescriptor* descriptor

◆ desc [2/2]

#define desc   const FieldDescriptor* descriptor

◆ GOOGLE_PROTOBUF_EXTENSION_ACCESSORS

#define GOOGLE_PROTOBUF_EXTENSION_ACCESSORS (   CLASSNAME)

◆ PROTOBUF_DEFINE_PRIMITIVE_TYPE

#define PROTOBUF_DEFINE_PRIMITIVE_TYPE (   TYPE,
  METHOD 
)