OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamReporter
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/src/google/protobuf/util/
message_differencer.h
573
class LIBPROTOBUF_EXPORT
StreamReporter
: public Reporter {
575
explicit
StreamReporter
(io::ZeroCopyOutputStream* output);
576
explicit
StreamReporter
(io::Printer* printer); // delimiter '$'
577
virtual ~
StreamReporter
();
639
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
StreamReporter
);
[
all
...]
message_differencer.cc
400
StreamReporter
reporter(&output_stream);
438
StreamReporter
reporter(&output_stream);
[
all
...]
message_differencer_unittest.cc
[
all
...]
Completed in 664 milliseconds