Home | History | Annotate | Download | only in protobuf

Lines Matching defs:TextFormat

60 class LIBPROTOBUF_EXPORT TextFormat {
95 // Like TextFormat::Print
97 // Like TextFormat::PrintUnknownFields
100 // Like TextFormat::PrintToString
102 // Like TextFormat::PrintUnknownFieldsToString
105 // Like TextFormat::PrintFieldValueToString
212 // Interface that TextFormat::Parser can use to find extensions.
256 friend class TextFormat;
283 // Like TextFormat::Parse().
285 // Like TextFormat::ParseFromString().
287 // Like TextFormat::Merge().
289 // Like TextFormat::MergeFromString().
317 // Like TextFormat::ParseFieldValueFromString
328 // Like TextFormat::Merge(). The provided implementation is used
342 // Hack: ParseInfoTree declares TextFormat as a friend which should extend
343 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
352 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TextFormat);
355 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree,
361 inline TextFormat::ParseInfoTree* TextFormat::CreateNested(