webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
google::protobuf::compiler::csharp::EnumFieldGenerator Class Reference

#include <csharp_enum_field.h>

Inheritance diagram for google::protobuf::compiler::csharp::EnumFieldGenerator:
google::protobuf::compiler::csharp::PrimitiveFieldGenerator google::protobuf::compiler::csharp::FieldGeneratorBase google::protobuf::compiler::csharp::SourceGeneratorBase

Public Member Functions

 EnumFieldGenerator (const FieldDescriptor *descriptor, int fieldOrdinal, const Options *options)
 
 ~EnumFieldGenerator ()
 
virtual void GenerateCodecCode (io::Printer *printer)
 
virtual void GenerateParsingCode (io::Printer *printer)
 
virtual void GenerateSerializationCode (io::Printer *printer)
 
virtual void GenerateSerializedSizeCode (io::Printer *printer)
 
- Public Member Functions inherited from google::protobuf::compiler::csharp::PrimitiveFieldGenerator
 PrimitiveFieldGenerator (const FieldDescriptor *descriptor, int fieldOrdinal, const Options *options)
 
 ~PrimitiveFieldGenerator ()
 
virtual void GenerateCloningCode (io::Printer *printer)
 
virtual void GenerateMembers (io::Printer *printer)
 
virtual void GenerateMergingCode (io::Printer *printer)
 
virtual void WriteHash (io::Printer *printer)
 
virtual void WriteEquals (io::Printer *printer)
 
virtual void WriteToString (io::Printer *printer)
 
- Public Member Functions inherited from google::protobuf::compiler::csharp::FieldGeneratorBase
 FieldGeneratorBase (const FieldDescriptor *descriptor, int fieldOrdinal, const Options *options)
 
 ~FieldGeneratorBase ()
 
virtual void GenerateFreezingCode (io::Printer *printer)
 

Additional Inherited Members

- Protected Member Functions inherited from google::protobuf::compiler::csharp::FieldGeneratorBase
void AddDeprecatedFlag (io::Printer *printer)
 
void AddNullCheck (io::Printer *printer)
 
void AddNullCheck (io::Printer *printer, const std::string &name)
 
void AddPublicMemberAttributes (io::Printer *printer)
 
void SetCommonOneofFieldVariables (map< string, string > *variables)
 
std::string oneof_property_name ()
 
std::string oneof_name ()
 
std::string property_name ()
 
std::string name ()
 
std::string type_name ()
 
std::string type_name (const FieldDescriptor *descriptor)
 
bool has_default_value ()
 
bool is_nullable_type ()
 
std::string default_value ()
 
std::string default_value (const FieldDescriptor *descriptor)
 
std::string number ()
 
std::string capitalized_type_name ()
 
- Protected Member Functions inherited from google::protobuf::compiler::csharp::SourceGeneratorBase
 SourceGeneratorBase (const FileDescriptor *descriptor, const Options *options)
 
virtual ~SourceGeneratorBase ()
 
std::string class_access_level ()
 
const Optionsoptions ()
 
void WriteGeneratedCodeAttributes (io::Printer *printer)
 
- Protected Attributes inherited from google::protobuf::compiler::csharp::PrimitiveFieldGenerator
bool is_value_type
 
- Protected Attributes inherited from google::protobuf::compiler::csharp::FieldGeneratorBase
const FieldDescriptordescriptor_
 
const int fieldOrdinal_
 
map< string, stringvariables_
 

Constructor & Destructor Documentation

◆ EnumFieldGenerator()

google::protobuf::compiler::csharp::EnumFieldGenerator::EnumFieldGenerator ( const FieldDescriptor descriptor,
int  fieldOrdinal,
const Options options 
)

◆ ~EnumFieldGenerator()

google::protobuf::compiler::csharp::EnumFieldGenerator::~EnumFieldGenerator ( )

Member Function Documentation

◆ GenerateCodecCode()

void google::protobuf::compiler::csharp::EnumFieldGenerator::GenerateCodecCode ( io::Printer printer)
virtual

◆ GenerateParsingCode()

void google::protobuf::compiler::csharp::EnumFieldGenerator::GenerateParsingCode ( io::Printer printer)
virtual

◆ GenerateSerializationCode()

void google::protobuf::compiler::csharp::EnumFieldGenerator::GenerateSerializationCode ( io::Printer printer)
virtual

◆ GenerateSerializedSizeCode()

void google::protobuf::compiler::csharp::EnumFieldGenerator::GenerateSerializedSizeCode ( io::Printer printer)
virtual

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