Searched refs:ReadDataSection (Results 1 – 5 of 5) sorted by relevance
147 bool RecordFileReader::ReadDataSection(std::function<bool(std::unique_ptr<Record>)> callback, in ReadDataSection() function in RecordFileReader258 ReadDataSection([&](std::unique_ptr<Record> record) { in DataSection()
112 bool ReadDataSection(std::function<bool(std::unique_ptr<Record>)> callback, bool sorted = true);
182 record_file_reader_->ReadDataSection([](std::unique_ptr<Record> record) { in DumpDataSection()
719 bool result = reader->ReadDataSection( in PostUnwind()
531 record_file_reader_->ReadDataSection([this](std::unique_ptr<Record> record) { in ReadSampleTreeFromRecordFile()