Home | History | Annotate | only in /external/chromium_org/components/leveldb_proto
Up to higher level directory
NameDateSize
BUILD.gn05-Aug-2015545
DEPS05-Aug-201564
leveldb_database.cc05-Aug-20152.9K
leveldb_database.h05-Aug-20151.2K
OWNERS05-Aug-201541
proto_database.h05-Aug-20151.8K
proto_database_impl.h05-Aug-20157.1K
proto_database_impl_unittest.cc05-Aug-201512.8K
README05-Aug-2015257
testing/05-Aug-2015

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