Home | History | Annotate | only in /external/chromium_org/components/leveldb_proto
Up to higher level directory
NameDateSize
DEPS03-Dec-201464
leveldb_database.cc03-Dec-20142.9K
leveldb_database.h03-Dec-20141.2K
OWNERS03-Dec-201441
proto_database.h03-Dec-20141.8K
proto_database_impl.h03-Dec-20147.1K
proto_database_impl_unittest.cc03-Dec-201412.8K
README03-Dec-2014257
testing/03-Dec-2014

README

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