Home
last modified time | relevance | path

Searched defs:ApproximateSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/leveldb/db/
H A Dwrite_batch_test.cc115 TEST(WriteBatchTest, ApproximateSize) { in TEST() argument
H A Dwrite_batch.cc40 size_t WriteBatch::ApproximateSize() const { return rep_.size(); } in ApproximateSize() function in leveldb::WriteBatch