Searched refs:GetSectionMetadata (Results 1 – 8 of 8) sorted by relevance
86 libtextclassifier3::StatusOr<const SectionMetadata*> GetSectionMetadata(
208 libtextclassifier3::StatusOr<const SectionMetadata*> GetSectionMetadata(
434 SchemaStore::GetSectionMetadata(SchemaTypeId schema_type_id, in GetSectionMetadata() function in icing::lib::SchemaStore437 return section_manager_->GetSectionMetadata(schema_type_id, section_id); in GetSectionMetadata()
269 SectionManager::GetSectionMetadata(SchemaTypeId schema_type_id, in GetSectionMetadata() function in icing::lib::SectionManager
221 EXPECT_THAT(store->GetSectionMetadata(/*schema_type_id=*/0, /*section_id=*/0), in TEST_F()
71 schema_store_.GetSectionMetadata(schema_type_id, section_id); in Advance()
503 schema_store_.GetSectionMetadata(type_id, section_id); in RetrieveSnippet()
139 auto metadata_or = schema_store_->GetSectionMetadata(type_id, section_id); in GetSectionId()