Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwrite_batch.cc2059 int src_count; in Append() local
2066 src_count = batch_end.count; in Append()
2070 src_count = Count(src); in Append()
2074 SetCount(dst, Count(dst) + src_count); in Append()