webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
google::protobuf::TextFormat::Parser Class Reference

#include <text_format.h>

Classes

class  ParserImpl
 

Public Member Functions

 Parser ()
 
 ~Parser ()
 
bool Parse (io::ZeroCopyInputStream *input, Message *output)
 
bool ParseFromString (const string &input, Message *output)
 
bool Merge (io::ZeroCopyInputStream *input, Message *output)
 
bool MergeFromString (const string &input, Message *output)
 
void RecordErrorsTo (io::ErrorCollector *error_collector)
 
void SetFinder (Finder *finder)
 
void WriteLocationsTo (ParseInfoTree *tree)
 
void AllowPartialMessage (bool allow)
 
void AllowCaseInsensitiveField (bool allow)
 
bool ParseFieldValueFromString (const string &input, const FieldDescriptor *field, Message *output)
 
void AllowFieldNumber (bool allow)
 

Constructor & Destructor Documentation

◆ Parser()

google::protobuf::TextFormat::Parser::Parser ( )

◆ ~Parser()

google::protobuf::TextFormat::Parser::~Parser ( )

Member Function Documentation

◆ AllowCaseInsensitiveField()

void google::protobuf::TextFormat::Parser::AllowCaseInsensitiveField ( bool  allow)
inline

◆ AllowFieldNumber()

void google::protobuf::TextFormat::Parser::AllowFieldNumber ( bool  allow)
inline

◆ AllowPartialMessage()

void google::protobuf::TextFormat::Parser::AllowPartialMessage ( bool  allow)
inline

◆ Merge()

bool google::protobuf::TextFormat::Parser::Merge ( io::ZeroCopyInputStream input,
Message output 
)

◆ MergeFromString()

bool google::protobuf::TextFormat::Parser::MergeFromString ( const string input,
Message output 
)

◆ Parse()

bool google::protobuf::TextFormat::Parser::Parse ( io::ZeroCopyInputStream input,
Message output 
)

◆ ParseFieldValueFromString()

bool google::protobuf::TextFormat::Parser::ParseFieldValueFromString ( const string input,
const FieldDescriptor field,
Message output 
)

◆ ParseFromString()

bool google::protobuf::TextFormat::Parser::ParseFromString ( const string input,
Message output 
)

◆ RecordErrorsTo()

void google::protobuf::TextFormat::Parser::RecordErrorsTo ( io::ErrorCollector error_collector)
inline

◆ SetFinder()

void google::protobuf::TextFormat::Parser::SetFinder ( Finder finder)
inline

◆ WriteLocationsTo()

void google::protobuf::TextFormat::Parser::WriteLocationsTo ( ParseInfoTree tree)
inline

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