Searched refs:protpbufCodedOutputStream_ (Results 1 – 2 of 2) sorted by relevance
37 protpbufCodedOutputStream_->WriteLittleEndian32(record.ByteSizeLong()); in BeforeClose()38 record.SerializeToCodedStream(protpbufCodedOutputStream_.get()); in BeforeClose()46 protpbufCodedOutputStream_->WriteLittleEndian32(0); in Close()47 protpbufCodedOutputStream_.reset(nullptr); in Close()80 protpbufCodedOutputStream_ = in Create()137 protpbufCodedOutputStream_->WriteLittleEndian32(record.ByteSizeLong()); in ProcessSampleRecord()138 record.SerializeToCodedStream(protpbufCodedOutputStream_.get()); in ProcessSampleRecord()154 protpbufCodedOutputStream_->WriteLittleEndian32(record.ByteSizeLong()); in ProcessReportInfo()155 record.SerializeToCodedStream(protpbufCodedOutputStream_.get()); in ProcessReportInfo()176 protpbufCodedOutputStream_->WriteLittleEndian32(record.ByteSizeLong()); in ProcessRecord()[all …]
56 std::unique_ptr<google::protobuf::io::CodedOutputStream> protpbufCodedOutputStream_; variable