Searched refs:snapshot_cache_ (Results 1 – 3 of 3) sorted by relevance
399 snapshot_cache_ = std::unique_ptr<std::atomic<SequenceNumber>[]>( in Init()839 snapshot_cache_[i].store(*it, std::memory_order_release); in UpdateSnapshots()889 snapshot_cache_[ip1 - 1].load(std::memory_order_acquire); in CheckAgainstSnapshots()925 snapshot_cache_[i].load(std::memory_order_acquire); in CheckAgainstSnapshots()
727 std::unique_ptr<std::atomic<SequenceNumber>[]> snapshot_cache_; variable
1312 ASSERT_EQ(*sit, wp_db->snapshot_cache_[i]); in TEST_P()