Searched refs:Pop (Results 1 – 6 of 6) sorted by relevance
76 ASSERT_EQ(nullptr, cache.Pop()); in TEST_F()80 std::unique_ptr<Record> popped_r = cache.Pop(); in TEST_F()83 ASSERT_EQ(nullptr, cache.Pop()); in TEST_F()86 ASSERT_EQ(nullptr, cache.Pop()); in TEST_F()90 popped_r = cache.Pop(); in TEST_F()94 popped_r = cache.Pop(); in TEST_F()97 ASSERT_EQ(nullptr, cache.Pop()); in TEST_F()
162 record = cache.Pop(); in ReadDataSection()
330 std::unique_ptr<Record> Pop();
628 std::unique_ptr<Record> r = record_cache_->Pop(); in CollectRecordsFromKernel()
745 std::unique_ptr<Record> RecordCache::Pop() { in Pop() function in RecordCache
82 Pop the top-most profile on the profile stack.