Home
last modified time | relevance | path

Searched refs:IsTombstone (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/utilities/cassandra/
Dcassandra_row_merge_test.cc43 EXPECT_FALSE(merged.IsTombstone()); in TEST()
85 EXPECT_FALSE(merged.IsTombstone()); in TEST()
102 EXPECT_TRUE(merged.IsTombstone()); in TEST()
Dcassandra_format_test.cc193 EXPECT_EQ(r.IsTombstone(), true); in TEST()
210 EXPECT_EQ(r1.IsTombstone(), true); in TEST()
251 EXPECT_EQ(r.IsTombstone(), false); in TEST()
308 EXPECT_EQ(r1.IsTombstone(), false); in TEST()
Dformat.cc226 if (IsTombstone()) { in LastModifiedTime()
233 bool RowValue::IsTombstone() const { in IsTombstone() function in ROCKSDB_NAMESPACE::cassandra::RowValue
355 if (value.IsTombstone()) { in Merge()
Dformat.h161 bool IsTombstone() const;