Searched refs:annotation_collector_ (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dprinter.h193 if (annotation_collector_ == NULL) {
322 // If non-null, annotation_collector_ is used to store annotations about
324 AnnotationCollector* const annotation_collector_; member in class:google::protobuf::io::Printer
H A Dprinter.cc52 annotation_collector_(NULL) {}
63 annotation_collector_(annotation_collector) {}
91 if (annotation_collector_ == NULL) {
104 annotation_collector_->AddAnnotation(begin.first, end.second, file_path,

Completed in 200 milliseconds