Home
last modified time | relevance | path

Searched refs:OptimizedUpdateSchemaStore (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/icing/icing/store/
H A Ddocument-store.h496 libtextclassifier3::Status OptimizedUpdateSchemaStore(
H A Ddocument-store_test.cc3462 ICING_EXPECT_OK(document_store->OptimizedUpdateSchemaStore( in TEST_P()
3563 ICING_EXPECT_OK(document_store->OptimizedUpdateSchemaStore( in TEST_P()
3646 ICING_EXPECT_OK(document_store->OptimizedUpdateSchemaStore( in TEST_P()
H A Ddocument-store.cc2017 libtextclassifier3::Status DocumentStore::OptimizedUpdateSchemaStore( in OptimizedUpdateSchemaStore() function in icing::lib::DocumentStore
/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine.cc1287 status = document_store_->OptimizedUpdateSchemaStore(schema_store_.get(), in SetSchema()