Searched refs:PopAll (Results 1 – 5 of 5) sorted by relevance
99 std::vector<std::unique_ptr<Record>> last_records = cache.PopAll(); in TEST_F()115 std::vector<std::unique_ptr<Record>> out_records = cache.PopAll(); in TEST_F()
174 std::vector<std::unique_ptr<Record>> records = cache.PopAll(); in ReadDataSection()
331 std::vector<std::unique_ptr<Record>> PopAll();
726 PopAll(); in ~RecordCache()759 std::vector<std::unique_ptr<Record>> RecordCache::PopAll() { in PopAll() function in RecordCache
267 std::vector<std::unique_ptr<Record>> records = record_cache_->PopAll(); in Run()