webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | Friends | List of all members
google::protobuf::compiler::objectivec::MessageFieldGenerator Class Reference

#include <objectivec_message_field.h>

Inheritance diagram for google::protobuf::compiler::objectivec::MessageFieldGenerator:
google::protobuf::compiler::objectivec::ObjCObjFieldGenerator google::protobuf::compiler::objectivec::SingleFieldGenerator google::protobuf::compiler::objectivec::FieldGenerator

Public Member Functions

virtual void DetermineForwardDeclarations (set< string > *fwd_decls) const
 
- Public Member Functions inherited from google::protobuf::compiler::objectivec::ObjCObjFieldGenerator
virtual ~ObjCObjFieldGenerator ()
 
virtual void GenerateFieldStorageDeclaration (io::Printer *printer) const
 
virtual void GeneratePropertyDeclaration (io::Printer *printer) const
 
- Public Member Functions inherited from google::protobuf::compiler::objectivec::SingleFieldGenerator
virtual ~SingleFieldGenerator ()
 
virtual void GeneratePropertyImplementation (io::Printer *printer) const
 
virtual bool RuntimeUsesHasBit (void) const
 
- Public Member Functions inherited from google::protobuf::compiler::objectivec::FieldGenerator
virtual ~FieldGenerator ()
 
virtual void GenerateCFunctionDeclarations (io::Printer *printer) const
 
virtual void GenerateCFunctionImplementations (io::Printer *printer) const
 
void GenerateFieldDescription (io::Printer *printer, bool include_default) const
 
void GenerateFieldNumberConstant (io::Printer *printer) const
 
void SetRuntimeHasBit (int has_index)
 
void SetNoHasBit (void)
 
virtual int ExtraRuntimeHasBitsNeeded (void) const
 
virtual void SetExtraRuntimeHasBitsBase (int index_base)
 
void SetOneofIndexBase (int index_base)
 
string variable (const char *key) const
 
bool needs_textformat_name_support () const
 
string generated_objc_name () const
 
string raw_field_name () const
 

Protected Member Functions

 MessageFieldGenerator (const FieldDescriptor *descriptor, const Options &options)
 
virtual ~MessageFieldGenerator ()
 
virtual bool WantsHasProperty (void) const
 
- Protected Member Functions inherited from google::protobuf::compiler::objectivec::ObjCObjFieldGenerator
 ObjCObjFieldGenerator (const FieldDescriptor *descriptor, const Options &options)
 
- Protected Member Functions inherited from google::protobuf::compiler::objectivec::SingleFieldGenerator
 SingleFieldGenerator (const FieldDescriptor *descriptor, const Options &options)
 
- Protected Member Functions inherited from google::protobuf::compiler::objectivec::FieldGenerator
 FieldGenerator (const FieldDescriptor *descriptor, const Options &options)
 
virtual void FinishInitialization (void)
 

Friends

FieldGeneratorFieldGenerator::Make (const FieldDescriptor *field, const Options &options)
 

Additional Inherited Members

- Static Public Member Functions inherited from google::protobuf::compiler::objectivec::FieldGenerator
static FieldGeneratorMake (const FieldDescriptor *field, const Options &options)
 
- Protected Attributes inherited from google::protobuf::compiler::objectivec::FieldGenerator
const FieldDescriptordescriptor_
 
map< string, stringvariables_
 

Constructor & Destructor Documentation

◆ MessageFieldGenerator()

google::protobuf::compiler::objectivec::MessageFieldGenerator::MessageFieldGenerator ( const FieldDescriptor descriptor,
const Options options 
)
protected

◆ ~MessageFieldGenerator()

google::protobuf::compiler::objectivec::MessageFieldGenerator::~MessageFieldGenerator ( )
protectedvirtual

Member Function Documentation

◆ DetermineForwardDeclarations()

void google::protobuf::compiler::objectivec::MessageFieldGenerator::DetermineForwardDeclarations ( set< string > *  fwd_decls) const
virtual

◆ WantsHasProperty()

bool google::protobuf::compiler::objectivec::MessageFieldGenerator::WantsHasProperty ( void  ) const
protectedvirtual

Friends And Related Function Documentation

◆ FieldGenerator::Make

FieldGenerator* FieldGenerator::Make ( const FieldDescriptor field,
const Options options 
)
friend

The documentation for this class was generated from the following files: