Searched refs:EndWriteFeatures (Results 1 – 7 of 7) sorted by relevance
83 ASSERT_TRUE(writer->EndWriteFeatures()); in TEST_F()148 ASSERT_TRUE(writer->EndWriteFeatures()); in TEST_F()173 ASSERT_TRUE(writer->EndWriteFeatures()); in TEST_F()219 ASSERT_TRUE(writer->EndWriteFeatures()); in TEST_F()
163 writer->EndWriteFeatures(); in process()
102 bool EndWriteFeatures();
347 return writer_->EndWriteFeatures(); in MergeFeatureSection()
468 bool RecordFileWriter::EndWriteFeatures() { in EndWriteFeatures() function in simpleperf::RecordFileWriter
480 return writer_->EndWriteFeatures() && writer_->Close(); in WriteFeatureSections()
2104 if (!record_file_writer_->EndWriteFeatures()) { in DumpAdditionalFeatures()