Home
last modified time | relevance | path

Searched refs:SQLitePersistentSharedDictionaryStore (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/extras/sqlite/
H A Dsqlite_persistent_shared_dictionary_store.cc146 base::WeakPtr<SQLitePersistentSharedDictionaryStore> weak_ptr, in WrapCallbackWithWeakPtrCheck()
149 [](base::WeakPtr<SQLitePersistentSharedDictionaryStore> weak_ptr, in WrapCallbackWithWeakPtrCheck()
160 SQLitePersistentSharedDictionaryStore::Error error) { in RecordErrorHistogram()
168 base::expected<ResultType, SQLitePersistentSharedDictionaryStore::Error> in RecordErrorHistogram()
172 ? SQLitePersistentSharedDictionaryStore::Error::kOk in RecordErrorHistogram()
178 SQLitePersistentSharedDictionaryStore::RegisterDictionaryResult::
191 SQLitePersistentSharedDictionaryStore::RegisterDictionaryResult::
194 SQLitePersistentSharedDictionaryStore::RegisterDictionaryResult::
197 SQLitePersistentSharedDictionaryStore::RegisterDictionaryResult::
200 SQLitePersistentSharedDictionaryStore::RegisterDictionaryResult&
[all …]
H A Dsqlite_persistent_shared_dictionary_store_unittest.cc136 SQLitePersistentSharedDictionaryStore::RegisterDictionaryResult
137 RegisterDictionaryImpl(SQLitePersistentSharedDictionaryStore* store, in RegisterDictionaryImpl()
142 std::optional<SQLitePersistentSharedDictionaryStore::RegisterDictionaryResult> in RegisterDictionaryImpl()
149 [&](SQLitePersistentSharedDictionaryStore:: in RegisterDictionaryImpl()
170 SQLitePersistentSharedDictionaryStore* store, in RegisterSharedDictionariesForProcessEvictionTest()
284 store_ = std::make_unique<SQLitePersistentSharedDictionaryStore>( in CreateStore()
300 uint64_t, SQLitePersistentSharedDictionaryStore::Error> result) { in GetTotalDictionarySize()
309 SQLitePersistentSharedDictionaryStore::RegisterDictionaryResult
323 [&](SQLitePersistentSharedDictionaryStore::DictionaryListOrError in GetDictionaries()
339 [&](SQLitePersistentSharedDictionaryStore::DictionaryMapOrError in GetAllDictionaries()
[all …]
H A Dsqlite_persistent_shared_dictionary_store.h35 class COMPONENT_EXPORT(NET_EXTRAS) SQLitePersistentSharedDictionaryStore { in COMPONENT_EXPORT()
101 SQLitePersistentSharedDictionaryStore( in COMPONENT_EXPORT()
106 SQLitePersistentSharedDictionaryStore( in COMPONENT_EXPORT()
107 const SQLitePersistentSharedDictionaryStore&) = delete; in COMPONENT_EXPORT()
108 SQLitePersistentSharedDictionaryStore& operator=( in COMPONENT_EXPORT()
109 const SQLitePersistentSharedDictionaryStore&) = delete; in COMPONENT_EXPORT()
111 ~SQLitePersistentSharedDictionaryStore(); in COMPONENT_EXPORT()
161 base::WeakPtr<SQLitePersistentSharedDictionaryStore> GetWeakPtr(); in COMPONENT_EXPORT()
170 base::WeakPtrFactory<SQLitePersistentSharedDictionaryStore> weak_factory_ in COMPONENT_EXPORT()