Home
last modified time | relevance | path

Searched defs:GetSchemaTypeId (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/icing/icing/scoring/
H A Dbm25f-calculator.cc244 SchemaTypeId Bm25fCalculator::GetSchemaTypeId(DocumentId document_id) const { in GetSchemaTypeId() function in icing::lib::Bm25fCalculator
/aosp_15_r20/external/icing/icing/store/
H A Ddocument-store.h405 SchemaTypeId GetSchemaTypeId(DocumentId document_id, in GetSchemaTypeId() function
/aosp_15_r20/external/icing/icing/scoring/advanced_scoring/
H A Dscore-expression.cc69 SchemaTypeId GetSchemaTypeId(DocumentId document_id, in GetSchemaTypeId() function
/aosp_15_r20/external/icing/icing/schema/
H A Dschema-store.cc1102 libtextclassifier3::StatusOr<SchemaTypeId> SchemaStore::GetSchemaTypeId( in GetSchemaTypeId() function in icing::lib::SchemaStore
H A Dschema-store_test.cc2364 TEST_F(SchemaStoreTest, GetSchemaTypeId) { in TEST_F() argument