HomeSort by relevance Sort by last modified time
    Searched refs:ParserImpl (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
text_format.cc 107 class TextFormat::Parser::ParserImpl {
118 ParserImpl(const Descriptor* root_message_type,
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 parser(output->GetDescriptor(), input, error_collector_
    [all...]
text_format.h 245 class ParserImpl;
251 ParserImpl* parser_impl);

Completed in 102 milliseconds