Home
last modified time | relevance | path

Searched refs:GetStorageInfo (Results 1 – 17 of 17) sorted by relevance

/external/icing/icing/index/
Dindex.cc280 IndexStorageInfoProto Index::GetStorageInfo() const { in GetStorageInfo() function in icing::lib::Index
288 storage_info = lite_index_->GetStorageInfo(std::move(storage_info)); in GetStorageInfo()
289 return main_index_->GetStorageInfo(std::move(storage_info)); in GetStorageInfo()
Dindex.h169 IndexStorageInfoProto GetStorageInfo() const;
Dindex_test.cc1636 IndexStorageInfoProto storage_info = index_->GetStorageInfo(); in TEST_F()
/external/icing/icing/schema/
Dschema-store.h241 SchemaStoreStorageInfoProto GetStorageInfo() const;
Dschema-store.cc458 SchemaStoreStorageInfoProto SchemaStore::GetStorageInfo() const { in GetStorageInfo() function in icing::lib::SchemaStore
Dschema-store_test.cc835 SchemaStoreStorageInfoProto storage_info = schema_store->GetStorageInfo(); in TEST_F()
/external/icing/icing/index/main/
Dmain-index.h181 IndexStorageInfoProto GetStorageInfo(
Dmain-index.cc124 IndexStorageInfoProto storage_info = GetStorageInfo(IndexStorageInfoProto()); in GetElementsSize()
134 IndexStorageInfoProto MainIndex::GetStorageInfo( in GetStorageInfo() function in icing::lib::MainIndex
/external/icing/icing/index/lite/
Dlite-index.cc395 IndexStorageInfoProto storage_info = GetStorageInfo(IndexStorageInfoProto()); in GetElementsSize()
408 IndexStorageInfoProto LiteIndex::GetStorageInfo( in GetStorageInfo() function in icing::lib::LiteIndex
Dlite-index.h252 IndexStorageInfoProto GetStorageInfo(
/external/icing/icing/
Dicing-search-engine.h392 StorageInfoResultProto GetStorageInfo() ICING_LOCKS_EXCLUDED(mutex_);
Dicing-search-engine.cc1163 StorageInfoResultProto IcingSearchEngine::GetStorageInfo() { in GetStorageInfo() function in icing::lib::IcingSearchEngine
1180 document_store_->GetStorageInfo(); in GetStorageInfo()
1182 schema_store_->GetStorageInfo(); in GetStorageInfo()
1184 index_->GetStorageInfo(); in GetStorageInfo()
Dicing-search-engine_test.cc7427 StorageInfoResultProto result = icing.GetStorageInfo(); in TEST_F()
/external/icing/icing/store/
Ddocument-store.h347 DocumentStorageInfoProto GetStorageInfo() const;
Ddocument-store_test.cc1311 TEST_F(DocumentStoreTest, GetStorageInfo) { in TEST_F() argument
1319 DocumentStorageInfoProto doc_store_storage_info = doc_store->GetStorageInfo(); in TEST_F()
1336 doc_store_storage_info = doc_store->GetStorageInfo(); in TEST_F()
1351 doc_store_storage_info = doc_store_with_mock_filesystem->GetStorageInfo(); in TEST_F()
3300 DocumentStorageInfoProto storage_info = doc_store->GetStorageInfo(); in TEST_F()
Ddocument-store.cc1434 DocumentStorageInfoProto DocumentStore::GetStorageInfo() const { in GetStorageInfo() function in icing::lib::DocumentStore
/external/icing/icing/jni/
Dicing-search-engine-jni.cc407 icing->GetStorageInfo(); in Java_com_google_android_icing_IcingSearchEngine_nativeGetStorageInfo()