Home | History | Annotate | only in /external/chromium_org/components/leveldb_proto
Up to higher level directory
NameDateSize
BUILD.gn10-Mar-2015545
DEPS16-Dec-201464
leveldb_database.cc10-Mar-20152.9K
leveldb_database.h10-Mar-20151.2K
OWNERS16-Dec-201441
proto_database.h16-Dec-20141.8K
proto_database_impl.h16-Dec-20147.1K
proto_database_impl_unittest.cc10-Mar-201512.8K
README16-Dec-2014257
testing/16-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