Searched defs:ParserImpl (Results 1 - 2 of 2) sorted by relevance

/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...]
/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...]

Completed in 247 milliseconds