Searched refs:DataSection (Results 1 – 5 of 5) sorted by relevance
65 std::vector<std::unique_ptr<const Record>> records = reader->DataSection(); in TEST_F()
97 std::vector<std::unique_ptr<const Record>> DataSection();
81 std::vector<std::unique_ptr<const Record>> records = reader->DataSection(); in TEST_F()
161 std::vector<std::unique_ptr<const Record>> records = record_file_reader_->DataSection(); in DumpDataSection()
400 std::vector<std::unique_ptr<const Record>> RecordFileReader::DataSection() { in DataSection() function in RecordFileReader