Home | History | Annotate | only in /external/chromium_org/components/leveldb_proto
Up to higher level directory
NameDateSize
BUILD.gn23-Apr-2015545
DEPS23-Apr-201564
leveldb_database.cc23-Apr-20152.9K
leveldb_database.h23-Apr-20151.2K
OWNERS23-Apr-201541
proto_database.h23-Apr-20151.8K
proto_database_impl.h23-Apr-20157.1K
proto_database_impl_unittest.cc23-Apr-201512.8K
README23-Apr-2015257
testing/23-Apr-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