• Home
Name Date Size #Lines LOC

..--

testing/03-May-2024-180135

BUILD.gnD03-May-2024545 2924

DEPSD03-May-202464 43

OWNERSD03-May-202441 32

READMED03-May-2024257 74

leveldb_database.ccD03-May-20242.9 KiB9471

leveldb_database.hD03-May-20241.2 KiB4326

proto_database.hD03-May-20241.8 KiB5328

proto_database_impl.hD03-May-20247.1 KiB205155

proto_database_impl_unittest.ccD03-May-202412.8 KiB398292

README

1This component provides a database that can be used to store Protocol Buffers.
2
3It is based on LevelDB[1]. In this implementation, keys are strings chosen by
4the developer, and values are serialized Protocol Buffers.
5
6[1] https://code.google.com/p/leveldb/
7