TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
extension_set.h File Reference
#include <vector>
#include <map>
#include <utility>
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/repeated_field.h>
+ Include dependency graph for extension_set.h:
+ This graph shows which files directly or indirectly include this file:

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::ExtensionSet::LazyMessageExtension
 
struct  google::protobuf::internal::ExtensionSet::Extension
 
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)
 

Functions

void google::protobuf::internal::InitializeDefaultRepeatedFields ()
 
void google::protobuf::internal::DestroyDefaultRepeatedFields ()
 

Macro Definition Documentation

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