Searched refs:GetStorageInfo (Results 1 – 17 of 17) sorted by relevance
280 IndexStorageInfoProto Index::GetStorageInfo() const { in GetStorageInfo() function in icing::lib::Index288 storage_info = lite_index_->GetStorageInfo(std::move(storage_info)); in GetStorageInfo()289 return main_index_->GetStorageInfo(std::move(storage_info)); in GetStorageInfo()
169 IndexStorageInfoProto GetStorageInfo() const;
1636 IndexStorageInfoProto storage_info = index_->GetStorageInfo(); in TEST_F()
241 SchemaStoreStorageInfoProto GetStorageInfo() const;
458 SchemaStoreStorageInfoProto SchemaStore::GetStorageInfo() const { in GetStorageInfo() function in icing::lib::SchemaStore
835 SchemaStoreStorageInfoProto storage_info = schema_store->GetStorageInfo(); in TEST_F()
181 IndexStorageInfoProto GetStorageInfo(
124 IndexStorageInfoProto storage_info = GetStorageInfo(IndexStorageInfoProto()); in GetElementsSize()134 IndexStorageInfoProto MainIndex::GetStorageInfo( in GetStorageInfo() function in icing::lib::MainIndex
395 IndexStorageInfoProto storage_info = GetStorageInfo(IndexStorageInfoProto()); in GetElementsSize()408 IndexStorageInfoProto LiteIndex::GetStorageInfo( in GetStorageInfo() function in icing::lib::LiteIndex
252 IndexStorageInfoProto GetStorageInfo(
392 StorageInfoResultProto GetStorageInfo() ICING_LOCKS_EXCLUDED(mutex_);
1163 StorageInfoResultProto IcingSearchEngine::GetStorageInfo() { in GetStorageInfo() function in icing::lib::IcingSearchEngine1180 document_store_->GetStorageInfo(); in GetStorageInfo()1182 schema_store_->GetStorageInfo(); in GetStorageInfo()1184 index_->GetStorageInfo(); in GetStorageInfo()
7427 StorageInfoResultProto result = icing.GetStorageInfo(); in TEST_F()
347 DocumentStorageInfoProto GetStorageInfo() const;
1311 TEST_F(DocumentStoreTest, GetStorageInfo) { in TEST_F() argument1319 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()
1434 DocumentStorageInfoProto DocumentStore::GetStorageInfo() const { in GetStorageInfo() function in icing::lib::DocumentStore
407 icing->GetStorageInfo(); in Java_com_google_android_icing_IcingSearchEngine_nativeGetStorageInfo()