Searched defs:ProtoDatabaseImpl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/leveldb_proto/
H A Dproto_database_impl.h27 // When the ProtoDatabaseImpl instance is deleted, in-progress asynchronous
31 class ProtoDatabaseImpl : public ProtoDatabase<T> { class in namespace:leveldb_proto
34 explicit ProtoDatabaseImpl(
37 virtual ~ProtoDatabaseImpl();
64 DISALLOW_COPY_AND_ASSIGN(ProtoDatabaseImpl);
135 ProtoDatabaseImpl<T>::ProtoDatabaseImpl( function in class:leveldb_proto::ProtoDatabaseImpl
140 ProtoDatabaseImpl<T>::~ProtoDatabaseImpl() {
148 void ProtoDatabaseImpl<
[all...]

Completed in 189 milliseconds