5 #ifndef STORAGE_LEVELDB_TABLE_BLOCK_BUILDER_H_ 6 #define STORAGE_LEVELDB_TABLE_BLOCK_BUILDER_H_ 57 #endif // STORAGE_LEVELDB_TABLE_BLOCK_BUILDER_H_ Definition: autocompact_test.cc:11
Slice Finish()
Definition: block_builder.cc:63
int counter_
Definition: block_builder.h:46
bool empty() const
Definition: block_builder.h:38
void Reset()
Definition: block_builder.cc:48
Definition: block_builder.h:17
std::vector< uint32_t > restarts_
Definition: block_builder.h:45
size_t CurrentSizeEstimate() const
Definition: block_builder.cc:57
std::string last_key_
Definition: block_builder.h:48
bool finished_
Definition: block_builder.h:47
const Options * options_
Definition: block_builder.h:43
void Add(const Slice &key, const Slice &value)
Definition: block_builder.cc:73
std::string buffer_
Definition: block_builder.h:44
void operator=(const BlockBuilder &)
BlockBuilder(const Options *options)
Definition: block_builder.cc:39