Searched refs:EndWriteFeatures (Results 1 – 6 of 6) sorted by relevance
82 ASSERT_TRUE(writer->EndWriteFeatures()); in TEST_F()145 ASSERT_TRUE(writer->EndWriteFeatures()); in TEST_F()169 ASSERT_TRUE(writer->EndWriteFeatures()); in TEST_F()
92 bool EndWriteFeatures();
347 return writer_->EndWriteFeatures(); in MergeFeatureSection()
468 bool RecordFileWriter::EndWriteFeatures() { in EndWriteFeatures() function in simpleperf::RecordFileWriter
461 return writer_->EndWriteFeatures() && writer_->Close(); in WriteFeatureSections()
1838 if (!record_file_writer_->EndWriteFeatures()) { in DumpAdditionalFeatures()