Lines Matching refs:TextFormat
70 class PROTOBUF_EXPORT TextFormat {
248 // Like TextFormat::Print
250 // Like TextFormat::PrintUnknownFields
253 // Like TextFormat::PrintToString
255 // Like TextFormat::PrintUnknownFieldsToString
258 // Like TextFormat::PrintFieldValueToString
341 // property of TextFormat::Printer. That is, from the printed message, we
450 // google::protobuf::TextFormat::Print().
503 friend class TextFormat;
531 // Like TextFormat::Parse().
533 // Like TextFormat::ParseFromString().
535 // Like TextFormat::Merge().
537 // Like TextFormat::MergeFromString().
567 // Like TextFormat::ParseFieldValueFromString
596 // Like TextFormat::Merge(). The provided implementation is used
617 // Hack: ParseInfoTree declares TextFormat as a friend which should extend
618 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
627 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TextFormat);
630 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree,
636 inline TextFormat::ParseInfoTree* TextFormat::CreateNested(