Searched refs:ParserImpl (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dtext_format.cc107 class TextFormat::Parser::ParserImpl { class in class:google::protobuf::TextFormat::Parser
118 ParserImpl(const Descriptor* root_message_type, function in class:google::protobuf::TextFormat::Parser::ParserImpl
138 ~ParserImpl() { }
201 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ParserImpl);
613 // collect any base-level parse errors and feed them to the ParserImpl.
616 explicit ParserErrorCollector(TextFormat::Parser::ParserImpl* parser) :
631 TextFormat::Parser::ParserImpl* parser_;
777 ParserImpl parser(output->GetDescriptor(), input, error_collector_,
778 ParserImpl::FORBID_SINGULAR_OVERWRITES);
790 ParserImpl parse
[all...]
H A Dtext_format.h245 class ParserImpl;
251 ParserImpl* parser_impl);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc177 class TextFormat::Parser::ParserImpl { class in class:google::protobuf::TextFormat::Parser
188 ParserImpl(const Descriptor* root_message_type, function in class:google::protobuf::TextFormat::Parser::ParserImpl
214 ~ParserImpl() { }
277 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ParserImpl);
876 // collect any base-level parse errors and feed them to the ParserImpl.
879 explicit ParserErrorCollector(TextFormat::Parser::ParserImpl* parser) :
894 TextFormat::Parser::ParserImpl* parser_;
1050 ParserImpl parser(output->GetDescriptor(), input, error_collector_,
1052 ParserImpl::FORBID_SINGULAR_OVERWRITES,
1065 ParserImpl parse
[all...]
H A Dtext_format.h326 class ParserImpl;
332 ParserImpl* parser_impl);
343 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
345 // helpers for ParserImpl to call methods of ParseInfoTree.

Completed in 360 milliseconds