Home
last modified time | relevance | path

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

/external/icing/icing/scoring/
Dbm25f-calculator.cc232 SchemaTypeId Bm25fCalculator::GetSchemaTypeId(DocumentId document_id) const { in GetSchemaTypeId() function in icing::lib::Bm25fCalculator
/external/icing/icing/scoring/advanced_scoring/
Dscore-expression.cc504 SchemaTypeId PropertyWeightsFunctionScoreExpression::GetSchemaTypeId( in GetSchemaTypeId() function in icing::lib::PropertyWeightsFunctionScoreExpression
/external/icing/icing/schema/
Dschema-store.cc773 libtextclassifier3::StatusOr<SchemaTypeId> SchemaStore::GetSchemaTypeId( in GetSchemaTypeId() function in icing::lib::SchemaStore
Dschema-store_test.cc1087 TEST_F(SchemaStoreTest, GetSchemaTypeId) { in TEST_F() argument