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

#include <csharp_primitive_field.h>

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

Public Member Functions

 PrimitiveFieldGenerator (const FieldDescriptor *descriptor, int fieldOrdinal, const Options *options)
 
 ~PrimitiveFieldGenerator ()
 
virtual void GenerateCodecCode (io::Printer *printer)
 
virtual void GenerateCloningCode (io::Printer *printer)
 
virtual void GenerateMembers (io::Printer *printer)
 
virtual void GenerateMergingCode (io::Printer *printer)
 
virtual void GenerateParsingCode (io::Printer *printer)
 
virtual void GenerateSerializationCode (io::Printer *printer)
 
virtual void GenerateSerializedSizeCode (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)
 

Protected Attributes

bool is_value_type
 
- Protected Attributes inherited from google::protobuf::compiler::csharp::FieldGeneratorBase
const FieldDescriptordescriptor_
 
const int fieldOrdinal_
 
map< string, stringvariables_
 

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)
 

Constructor & Destructor Documentation

◆ PrimitiveFieldGenerator()

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

◆ ~PrimitiveFieldGenerator()

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

Member Function Documentation

◆ GenerateCloningCode()

void google::protobuf::compiler::csharp::PrimitiveFieldGenerator::GenerateCloningCode ( io::Printer printer)
virtual

◆ GenerateCodecCode()

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

◆ GenerateMembers()

void google::protobuf::compiler::csharp::PrimitiveFieldGenerator::GenerateMembers ( io::Printer printer)
virtual

◆ GenerateMergingCode()

void google::protobuf::compiler::csharp::PrimitiveFieldGenerator::GenerateMergingCode ( io::Printer printer)
virtual

◆ GenerateParsingCode()

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

◆ GenerateSerializationCode()

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

◆ GenerateSerializedSizeCode()

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

◆ WriteEquals()

void google::protobuf::compiler::csharp::PrimitiveFieldGenerator::WriteEquals ( io::Printer printer)
virtual

◆ WriteHash()

void google::protobuf::compiler::csharp::PrimitiveFieldGenerator::WriteHash ( io::Printer printer)
virtual

◆ WriteToString()

void google::protobuf::compiler::csharp::PrimitiveFieldGenerator::WriteToString ( io::Printer printer)
virtual

Member Data Documentation

◆ is_value_type

bool google::protobuf::compiler::csharp::PrimitiveFieldGenerator::is_value_type
protected

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