Home
last modified time | relevance | path

Searched refs:SharedProtoDatabaseClient (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/leveldb_proto/internal/
H A Dshared_proto_database_client.cc65 bool SharedProtoDatabaseClient::KeyFilterStripPrefix( in KeyFilterStripPrefix()
83 void SharedProtoDatabaseClient::UpdateClientMetadataAsync( in UpdateClientMetadataAsync()
132 SharedProtoDatabaseClient::SharedProtoDatabaseClient( in SharedProtoDatabaseClient() function in leveldb_proto::SharedProtoDatabaseClient
142 SharedProtoDatabaseClient::~SharedProtoDatabaseClient() { in ~SharedProtoDatabaseClient()
152 void SharedProtoDatabaseClient::InitWithDatabase( in InitWithDatabase()
161 void SharedProtoDatabaseClient::UpdateEntries( in UpdateEntries()
197 void SharedProtoDatabaseClient::LoadEntriesWithFilter( in LoadEntriesWithFilter()
205 void SharedProtoDatabaseClient::LoadEntriesWithFilter( in LoadEntriesWithFilter()
230 void SharedProtoDatabaseClient::LoadKeysAndEntries( in LoadKeysAndEntries()
256 void SharedProtoDatabaseClient::LoadKeysAndEntriesInRange( in LoadKeysAndEntriesInRange()
[all …]
H A Dproto_database_selector.h22 class SharedProtoDatabaseClient; variable
163 std::unique_ptr<SharedProtoDatabaseClient> client, in COMPONENT_EXPORT()
167 std::unique_ptr<SharedProtoDatabaseClient> client, in COMPONENT_EXPORT()
172 std::unique_ptr<SharedProtoDatabaseClient> client, in COMPONENT_EXPORT()
178 std::unique_ptr<SharedProtoDatabaseClient> client, in COMPONENT_EXPORT()
184 std::unique_ptr<SharedProtoDatabaseClient> client, in COMPONENT_EXPORT()
190 std::unique_ptr<SharedProtoDatabaseClient> client, in COMPONENT_EXPORT()
H A Dshared_proto_database_client_unittest.cc42 std::unique_ptr<SharedProtoDatabaseClient> GetClient( in GetClient()
60 std::unique_ptr<SharedProtoDatabaseClient> GetClientAndWait( in GetClientAndWait()
104 auto prefix = SharedProtoDatabaseClient::PrefixForDatabase(db_type); in ContainsEntries()
112 void UpdateEntries(SharedProtoDatabaseClient* client, in UpdateEntries()
140 void UpdateEntriesWithRemoveFilter(SharedProtoDatabaseClient* client, in UpdateEntriesWithRemoveFilter()
166 void LoadEntriesWithFilter(SharedProtoDatabaseClient* client, in LoadEntriesWithFilter()
187 void LoadKeysAndEntriesInRange(SharedProtoDatabaseClient* client, in LoadKeysAndEntriesInRange()
207 void LoadKeys(SharedProtoDatabaseClient* client, in LoadKeys()
241 void Destroy(SharedProtoDatabaseClient* client, bool expect_success) { in Destroy()
273 SharedProtoDatabaseClient* client, in UpdateMetadataAsync()
[all …]
H A Dshared_proto_database_client.h32 class COMPONENT_EXPORT(LEVELDB_PROTO) SharedProtoDatabaseClient in COMPONENT_EXPORT()
71 ~SharedProtoDatabaseClient() override; in COMPONENT_EXPORT()
151 SharedProtoDatabaseClient( in COMPONENT_EXPORT()
184 base::WeakPtrFactory<SharedProtoDatabaseClient> weak_ptr_factory_{this}; in COMPONENT_EXPORT()
186 DISALLOW_COPY_AND_ASSIGN(SharedProtoDatabaseClient); in COMPONENT_EXPORT()
H A Dshared_proto_database.cc491 base::OnceCallback<void(std::unique_ptr<SharedProtoDatabaseClient>, in GetClientInitCallback() argument
493 std::unique_ptr<SharedProtoDatabaseClient> client, in GetClientInitCallback()
514 base::OnceCallback<void(std::unique_ptr<SharedProtoDatabaseClient>, in GetClientAsync() argument
519 SharedProtoDatabaseClient* client_ptr = client.get(); in GetClientAsync()
531 std::unique_ptr<SharedProtoDatabaseClient>
546 std::unique_ptr<SharedProtoDatabaseClient>
548 return base::WrapUnique(new SharedProtoDatabaseClient( in GetClientInternal()
562 SharedProtoDatabaseClient::DestroyObsoleteSharedProtoDatabaseClients( in DestroyObsoleteSharedProtoDatabaseClients()
H A Dshared_proto_database.h36 std::unique_ptr<SharedProtoDatabaseClient> GetClientForTesting( in COMPONENT_EXPORT()
46 base::OnceCallback<void(std::unique_ptr<SharedProtoDatabaseClient>, in COMPONENT_EXPORT()
111 std::unique_ptr<SharedProtoDatabaseClient> GetClientInternal( in COMPONENT_EXPORT()
H A Dproto_database_selector.cc186 std::unique_ptr<SharedProtoDatabaseClient> client, in OnGetSharedDBClient()
264 SharedProtoDatabaseClient* client_ptr = client.get(); in OnGetSharedDBClient()
349 std::unique_ptr<SharedProtoDatabaseClient> client, in DeleteOldDataAndMigrate()
368 std::unique_ptr<SharedProtoDatabaseClient> client, in MaybeDoMigrationOnDeletingOld()
403 std::unique_ptr<SharedProtoDatabaseClient> client, in OnMigrationTransferComplete()
433 std::unique_ptr<SharedProtoDatabaseClient> client, in OnMigrationCleanupComplete()
618 std::unique_ptr<SharedProtoDatabaseClient> client, in InvokeInitUniqueDbMissingSharedCleared()
H A Dproto_database_impl_unittest.cc107 class TestSharedProtoDatabaseClient : public SharedProtoDatabaseClient {
109 using SharedProtoDatabaseClient::set_migration_status;
110 using SharedProtoDatabaseClient::SharedProtoDatabaseClient;
114 : SharedProtoDatabaseClient::SharedProtoDatabaseClient( in TestSharedProtoDatabaseClient()
279 std::unique_ptr<SharedProtoDatabaseClient> shared_db_client, in CallOnGetSharedDBClientAndWait()
H A Dshared_proto_database_unittest.cc85 std::unique_ptr<SharedProtoDatabaseClient> GetClientAndWait( in GetClientAndWait()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/leveldb_proto/internal/
H A Dshared_proto_database_client.cc63 bool SharedProtoDatabaseClient::KeyFilterStripPrefix( in KeyFilterStripPrefix()
81 void SharedProtoDatabaseClient::UpdateClientMetadataAsync( in UpdateClientMetadataAsync()
130 SharedProtoDatabaseClient::SharedProtoDatabaseClient( in SharedProtoDatabaseClient() function in leveldb_proto::SharedProtoDatabaseClient
140 SharedProtoDatabaseClient::~SharedProtoDatabaseClient() { in ~SharedProtoDatabaseClient()
150 void SharedProtoDatabaseClient::InitWithDatabase( in InitWithDatabase()
159 void SharedProtoDatabaseClient::UpdateEntries( in UpdateEntries()
195 void SharedProtoDatabaseClient::LoadEntriesWithFilter( in LoadEntriesWithFilter()
203 void SharedProtoDatabaseClient::LoadEntriesWithFilter( in LoadEntriesWithFilter()
228 void SharedProtoDatabaseClient::LoadKeysAndEntries( in LoadKeysAndEntries()
254 void SharedProtoDatabaseClient::LoadKeysAndEntriesInRange( in LoadKeysAndEntriesInRange()
[all …]
H A Dproto_database_selector.h22 class SharedProtoDatabaseClient; variable
162 std::unique_ptr<SharedProtoDatabaseClient> client, in COMPONENT_EXPORT()
166 std::unique_ptr<SharedProtoDatabaseClient> client, in COMPONENT_EXPORT()
171 std::unique_ptr<SharedProtoDatabaseClient> client, in COMPONENT_EXPORT()
177 std::unique_ptr<SharedProtoDatabaseClient> client, in COMPONENT_EXPORT()
183 std::unique_ptr<SharedProtoDatabaseClient> client, in COMPONENT_EXPORT()
H A Dshared_proto_database_client_unittest.cc42 std::unique_ptr<SharedProtoDatabaseClient> GetClient( in GetClient()
60 std::unique_ptr<SharedProtoDatabaseClient> GetClientAndWait( in GetClientAndWait()
104 auto prefix = SharedProtoDatabaseClient::PrefixForDatabase(db_type); in ContainsEntries()
112 void UpdateEntries(SharedProtoDatabaseClient* client, in UpdateEntries()
140 void UpdateEntriesWithRemoveFilter(SharedProtoDatabaseClient* client, in UpdateEntriesWithRemoveFilter()
166 void LoadEntriesWithFilter(SharedProtoDatabaseClient* client, in LoadEntriesWithFilter()
187 void LoadKeysAndEntriesInRange(SharedProtoDatabaseClient* client, in LoadKeysAndEntriesInRange()
207 void LoadKeys(SharedProtoDatabaseClient* client, in LoadKeys()
241 void Destroy(SharedProtoDatabaseClient* client, bool expect_success) { in Destroy()
273 SharedProtoDatabaseClient* client, in UpdateMetadataAsync()
[all …]
H A Dshared_proto_database_client.h32 class COMPONENT_EXPORT(LEVELDB_PROTO) SharedProtoDatabaseClient in COMPONENT_EXPORT()
71 ~SharedProtoDatabaseClient() override; in COMPONENT_EXPORT()
151 SharedProtoDatabaseClient( in COMPONENT_EXPORT()
184 base::WeakPtrFactory<SharedProtoDatabaseClient> weak_ptr_factory_{this}; in COMPONENT_EXPORT()
186 DISALLOW_COPY_AND_ASSIGN(SharedProtoDatabaseClient); in COMPONENT_EXPORT()
H A Dshared_proto_database.cc491 base::OnceCallback<void(std::unique_ptr<SharedProtoDatabaseClient>, in GetClientInitCallback() argument
493 std::unique_ptr<SharedProtoDatabaseClient> client, in GetClientInitCallback()
514 base::OnceCallback<void(std::unique_ptr<SharedProtoDatabaseClient>, in GetClientAsync() argument
519 SharedProtoDatabaseClient* client_ptr = client.get(); in GetClientAsync()
531 std::unique_ptr<SharedProtoDatabaseClient>
546 std::unique_ptr<SharedProtoDatabaseClient>
548 return base::WrapUnique(new SharedProtoDatabaseClient( in GetClientInternal()
562 SharedProtoDatabaseClient::DestroyObsoleteSharedProtoDatabaseClients( in DestroyObsoleteSharedProtoDatabaseClients()
H A Dshared_proto_database.h36 std::unique_ptr<SharedProtoDatabaseClient> GetClientForTesting( in COMPONENT_EXPORT()
46 base::OnceCallback<void(std::unique_ptr<SharedProtoDatabaseClient>, in COMPONENT_EXPORT()
110 std::unique_ptr<SharedProtoDatabaseClient> GetClientInternal( in COMPONENT_EXPORT()
H A Dproto_database_selector.cc184 std::unique_ptr<SharedProtoDatabaseClient> client, in OnGetSharedDBClient()
339 std::unique_ptr<SharedProtoDatabaseClient> client, in DeleteOldDataAndMigrate()
358 std::unique_ptr<SharedProtoDatabaseClient> client, in MaybeDoMigrationOnDeletingOld()
393 std::unique_ptr<SharedProtoDatabaseClient> client, in OnMigrationTransferComplete()
423 std::unique_ptr<SharedProtoDatabaseClient> client, in OnMigrationCleanupComplete()
H A Dproto_database_impl_unittest.cc106 class TestSharedProtoDatabaseClient : public SharedProtoDatabaseClient {
108 using SharedProtoDatabaseClient::set_migration_status;
109 using SharedProtoDatabaseClient::SharedProtoDatabaseClient;
112 : SharedProtoDatabaseClient::SharedProtoDatabaseClient( in TestSharedProtoDatabaseClient()
270 std::unique_ptr<SharedProtoDatabaseClient> shared_db_client, in CallOnGetSharedDBClientAndWait()
H A Dshared_proto_database_unittest.cc85 std::unique_ptr<SharedProtoDatabaseClient> GetClientAndWait( in GetClientAndWait()