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

#include <csharp_wrapper_field.h>

Inheritance diagram for google::protobuf::compiler::csharp::WrapperFieldGenerator:
google::protobuf::compiler::csharp::FieldGeneratorBase google::protobuf::compiler::csharp::SourceGeneratorBase google::protobuf::compiler::csharp::WrapperOneofFieldGenerator

Public Member Functions

 WrapperFieldGenerator (const FieldDescriptor *descriptor, int fieldOrdinal, const Options *options)
 
 ~WrapperFieldGenerator ()
 
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)
 

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::FieldGeneratorBase
const FieldDescriptordescriptor_
 
const int fieldOrdinal_
 
map< string, stringvariables_
 

Constructor & Destructor Documentation

◆ WrapperFieldGenerator()

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

◆ ~WrapperFieldGenerator()

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

Member Function Documentation

◆ GenerateCloningCode()

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

◆ GenerateCodecCode()

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

◆ GenerateMembers()

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

◆ GenerateMergingCode()

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

◆ GenerateParsingCode()

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

◆ GenerateSerializationCode()

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

◆ GenerateSerializedSizeCode()

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

◆ WriteEquals()

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

◆ WriteHash()

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

◆ WriteToString()

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

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