|
|
@ -53,7 +53,7 @@ class ZeroCopyOutputStream; // zero_copy_stream.h |
|
|
|
// Records annotations about a Printer's output.
|
|
|
|
// Records annotations about a Printer's output.
|
|
|
|
class PROTOBUF_EXPORT AnnotationCollector { |
|
|
|
class PROTOBUF_EXPORT AnnotationCollector { |
|
|
|
public: |
|
|
|
public: |
|
|
|
// Annotation is a ofset range and a payload pair.
|
|
|
|
// Annotation is a offset range and a payload pair.
|
|
|
|
typedef std::pair<std::pair<size_t, size_t>, std::string> Annotation; |
|
|
|
typedef std::pair<std::pair<size_t, size_t>, std::string> Annotation; |
|
|
|
|
|
|
|
|
|
|
|
// Records that the bytes in file_path beginning with begin_offset and ending
|
|
|
|
// Records that the bytes in file_path beginning with begin_offset and ending
|
|
|
|