webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Enumerations | Functions | Variables
type.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include <google/protobuf/any.pb.h>
#include <google/protobuf/source_context.pb.h>

Go to the source code of this file.

Classes

class  google::protobuf::Type
 
class  google::protobuf::Field
 
class  google::protobuf::Enum
 
class  google::protobuf::EnumValue
 
class  google::protobuf::Option
 
struct  google::protobuf::is_proto_enum< ::google::protobuf::Field_Kind >
 
struct  google::protobuf::is_proto_enum< ::google::protobuf::Field_Cardinality >
 
struct  google::protobuf::is_proto_enum< ::google::protobuf::Syntax >
 

Namespaces

 google
 
 google::protobuf
 

Enumerations

enum  google::protobuf::Field_Kind {
  google::protobuf::Field_Kind_TYPE_UNKNOWN = 0, google::protobuf::Field_Kind_TYPE_DOUBLE = 1, google::protobuf::Field_Kind_TYPE_FLOAT = 2, google::protobuf::Field_Kind_TYPE_INT64 = 3,
  google::protobuf::Field_Kind_TYPE_UINT64 = 4, google::protobuf::Field_Kind_TYPE_INT32 = 5, google::protobuf::Field_Kind_TYPE_FIXED64 = 6, google::protobuf::Field_Kind_TYPE_FIXED32 = 7,
  google::protobuf::Field_Kind_TYPE_BOOL = 8, google::protobuf::Field_Kind_TYPE_STRING = 9, google::protobuf::Field_Kind_TYPE_GROUP = 10, google::protobuf::Field_Kind_TYPE_MESSAGE = 11,
  google::protobuf::Field_Kind_TYPE_BYTES = 12, google::protobuf::Field_Kind_TYPE_UINT32 = 13, google::protobuf::Field_Kind_TYPE_ENUM = 14, google::protobuf::Field_Kind_TYPE_SFIXED32 = 15,
  google::protobuf::Field_Kind_TYPE_SFIXED64 = 16, google::protobuf::Field_Kind_TYPE_SINT32 = 17, google::protobuf::Field_Kind_TYPE_SINT64 = 18, google::protobuf::Field_Kind_Field_Kind_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
  google::protobuf::Field_Kind_Field_Kind_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
}
 
enum  google::protobuf::Field_Cardinality {
  google::protobuf::Field_Cardinality_CARDINALITY_UNKNOWN = 0, google::protobuf::Field_Cardinality_CARDINALITY_OPTIONAL = 1, google::protobuf::Field_Cardinality_CARDINALITY_REQUIRED = 2, google::protobuf::Field_Cardinality_CARDINALITY_REPEATED = 3,
  google::protobuf::Field_Cardinality_Field_Cardinality_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, google::protobuf::Field_Cardinality_Field_Cardinality_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
}
 
enum  google::protobuf::Syntax { google::protobuf::SYNTAX_PROTO2 = 0, google::protobuf::SYNTAX_PROTO3 = 1, google::protobuf::Syntax_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, google::protobuf::Syntax_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max }
 

Functions

void google::protobuf::protobuf_AddDesc_google_2fprotobuf_2ftype_2eproto ()
 
void google::protobuf::protobuf_AssignDesc_google_2fprotobuf_2ftype_2eproto ()
 
void google::protobuf::protobuf_ShutdownFile_google_2fprotobuf_2ftype_2eproto ()
 
bool google::protobuf::Field_Kind_IsValid (int value)
 
const ::google::protobuf::EnumDescriptorgoogle::protobuf::Field_Kind_descriptor ()
 
const ::std::stringgoogle::protobuf::Field_Kind_Name (Field_Kind value)
 
bool google::protobuf::Field_Kind_Parse (const ::std::string &name, Field_Kind *value)
 
bool google::protobuf::Field_Cardinality_IsValid (int value)
 
const ::google::protobuf::EnumDescriptorgoogle::protobuf::Field_Cardinality_descriptor ()
 
const ::std::stringgoogle::protobuf::Field_Cardinality_Name (Field_Cardinality value)
 
bool google::protobuf::Field_Cardinality_Parse (const ::std::string &name, Field_Cardinality *value)
 
bool google::protobuf::Syntax_IsValid (int value)
 
const ::google::protobuf::EnumDescriptorgoogle::protobuf::Syntax_descriptor ()
 
const ::std::stringgoogle::protobuf::Syntax_Name (Syntax value)
 
bool google::protobuf::Syntax_Parse (const ::std::string &name, Syntax *value)
 
template<>
const EnumDescriptorgoogle::protobuf::GetEnumDescriptor< ::google::protobuf::Field_Kind > ()
 
template<>
const EnumDescriptorgoogle::protobuf::GetEnumDescriptor< ::google::protobuf::Field_Cardinality > ()
 
template<>
const EnumDescriptorgoogle::protobuf::GetEnumDescriptor< ::google::protobuf::Syntax > ()
 

Variables

const Field_Kind google::protobuf::Field_Kind_Kind_MIN = Field_Kind_TYPE_UNKNOWN
 
const Field_Kind google::protobuf::Field_Kind_Kind_MAX = Field_Kind_TYPE_SINT64
 
const int google::protobuf::Field_Kind_Kind_ARRAYSIZE = Field_Kind_Kind_MAX + 1
 
const Field_Cardinality google::protobuf::Field_Cardinality_Cardinality_MIN = Field_Cardinality_CARDINALITY_UNKNOWN
 
const Field_Cardinality google::protobuf::Field_Cardinality_Cardinality_MAX = Field_Cardinality_CARDINALITY_REPEATED
 
const int google::protobuf::Field_Cardinality_Cardinality_ARRAYSIZE = Field_Cardinality_Cardinality_MAX + 1
 
const Syntax google::protobuf::Syntax_MIN = SYNTAX_PROTO2
 
const Syntax google::protobuf::Syntax_MAX = SYNTAX_PROTO3
 
const int google::protobuf::Syntax_ARRAYSIZE = Syntax_MAX + 1