OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc
177
class TextFormat::Parser::
ParserImpl
{
188
ParserImpl
(const Descriptor* root_message_type,
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_;
[
all
...]
Completed in 595 milliseconds