OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParserErrorCollector
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/
text_format.cc
614
class
ParserErrorCollector
: public io::ErrorCollector {
616
explicit
ParserErrorCollector
(TextFormat::Parser::ParserImpl* parser) :
619
virtual ~
ParserErrorCollector
() { };
630
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
ParserErrorCollector
);
635
ParserErrorCollector
tokenizer_error_collector_;
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc
877
class
ParserErrorCollector
: public io::ErrorCollector {
879
explicit
ParserErrorCollector
(TextFormat::Parser::ParserImpl* parser) :
882
virtual ~
ParserErrorCollector
() { };
893
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
ParserErrorCollector
);
900
ParserErrorCollector
tokenizer_error_collector_;
[
all
...]
Completed in 111 milliseconds