Home
last modified time | relevance | path

Searched refs:GetSectionMetadata (Results 1 – 8 of 8) sorted by relevance

/external/icing/icing/schema/
Dsection-manager.h86 libtextclassifier3::StatusOr<const SectionMetadata*> GetSectionMetadata(
Dschema-store.h208 libtextclassifier3::StatusOr<const SectionMetadata*> GetSectionMetadata(
Dschema-store.cc434 SchemaStore::GetSectionMetadata(SchemaTypeId schema_type_id, in GetSectionMetadata() function in icing::lib::SchemaStore
437 return section_manager_->GetSectionMetadata(schema_type_id, section_id); in GetSectionMetadata()
Dsection-manager.cc269 SectionManager::GetSectionMetadata(SchemaTypeId schema_type_id, in GetSectionMetadata() function in icing::lib::SectionManager
Dschema-store_test.cc221 EXPECT_THAT(store->GetSectionMetadata(/*schema_type_id=*/0, /*section_id=*/0), in TEST_F()
/external/icing/icing/index/iterator/
Ddoc-hit-info-iterator-section-restrict.cc71 schema_store_.GetSectionMetadata(schema_type_id, section_id); in Advance()
/external/icing/icing/result/
Dsnippet-retriever.cc503 schema_store_.GetSectionMetadata(type_id, section_id); in RetrieveSnippet()
Dresult-retriever_test.cc139 auto metadata_or = schema_store_->GetSectionMetadata(type_id, section_id); in GetSectionId()