Home | History | Annotate | Download | only in protobuf

Lines Matching defs:TextFormat

65 class LIBPROTOBUF_EXPORT TextFormat {
135 // Like TextFormat::Print
137 // Like TextFormat::PrintUnknownFields
140 // Like TextFormat::PrintToString
142 // Like TextFormat::PrintUnknownFieldsToString
145 // Like TextFormat::PrintFieldValueToString
227 // property of TextFormat::Printer. That is, from the printed message, we
319 // google::protobuf::TextFormat::Print().
341 // Interface that TextFormat::Parser can use to find extensions.
385 friend class TextFormat;
412 // Like TextFormat::Parse().
414 // Like TextFormat::ParseFromString().
416 // Like TextFormat::Merge().
418 // Like TextFormat::MergeFromString().
454 // Like TextFormat::ParseFieldValueFromString
469 // Like TextFormat::Merge(). The provided implementation is used
489 // Hack: ParseInfoTree declares TextFormat as a friend which should extend
490 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
499 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TextFormat);
502 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree,
509 inline TextFormat::ParseInfoTree* TextFormat::CreateNested(