#include <text_format.h>
Definition at line 509 of file text_format.h.
◆ Parser()
google::protobuf::TextFormat::Parser::Parser |
( |
| ) |
|
◆ ~Parser()
google::protobuf::TextFormat::Parser::~Parser |
( |
| ) |
|
◆ 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 |
◆ AllowUnknownExtension()
void google::protobuf::TextFormat::Parser::AllowUnknownExtension |
( |
bool |
allow | ) |
|
|
inline |
◆ AllowUnknownField()
void google::protobuf::TextFormat::Parser::AllowUnknownField |
( |
bool |
allow | ) |
|
|
inline |
◆ Merge()
◆ MergeFromString()
bool google::protobuf::TextFormat::Parser::MergeFromString |
( |
const std::string & |
input, |
|
|
Message * |
output |
|
) |
| |
◆ MergeUsingImpl()
◆ Parse()
◆ ParseFieldValueFromString()
◆ ParseFromString()
bool google::protobuf::TextFormat::Parser::ParseFromString |
( |
const std::string & |
input, |
|
|
Message * |
output |
|
) |
| |
◆ RecordErrorsTo()
◆ SetFinder()
void google::protobuf::TextFormat::Parser::SetFinder |
( |
const Finder * |
finder | ) |
|
|
inline |
◆ SetRecursionLimit()
void google::protobuf::TextFormat::Parser::SetRecursionLimit |
( |
int |
limit | ) |
|
|
inline |
◆ WriteLocationsTo()
◆ allow_case_insensitive_field_
bool google::protobuf::TextFormat::Parser::allow_case_insensitive_field_ |
|
private |
◆ allow_field_number_
bool google::protobuf::TextFormat::Parser::allow_field_number_ |
|
private |
◆ allow_partial_
bool google::protobuf::TextFormat::Parser::allow_partial_ |
|
private |
◆ allow_relaxed_whitespace_
bool google::protobuf::TextFormat::Parser::allow_relaxed_whitespace_ |
|
private |
◆ allow_singular_overwrites_
bool google::protobuf::TextFormat::Parser::allow_singular_overwrites_ |
|
private |
◆ allow_unknown_enum_
bool google::protobuf::TextFormat::Parser::allow_unknown_enum_ |
|
private |
◆ allow_unknown_extension_
bool google::protobuf::TextFormat::Parser::allow_unknown_extension_ |
|
private |
◆ allow_unknown_field_
bool google::protobuf::TextFormat::Parser::allow_unknown_field_ |
|
private |
◆ error_collector_
◆ finder_
const Finder* google::protobuf::TextFormat::Parser::finder_ |
|
private |
◆ parse_info_tree_
ParseInfoTree* google::protobuf::TextFormat::Parser::parse_info_tree_ |
|
private |
◆ recursion_limit_
int google::protobuf::TextFormat::Parser::recursion_limit_ |
|
private |
The documentation for this class was generated from the following files: