Searched refs:ExtractSections (Results 1 – 7 of 7) sorted by relevance
295 TEST_F(SectionManagerTest, ExtractSections) { in TEST_F() argument302 section_manager->ExtractSections(email_document_)); in TEST_F()316 sections, section_manager->ExtractSections(conversation_document_)); in TEST_F()436 section_manager->ExtractSections(document)); in TEST_F()510 section_manager->ExtractSections(outer_document)); in TEST_F()584 section_manager->ExtractSections(outer_document)); in TEST_F()
96 libtextclassifier3::StatusOr<std::vector<Section>> ExtractSections(
219 libtextclassifier3::StatusOr<std::vector<Section>> ExtractSections(
440 libtextclassifier3::StatusOr<std::vector<Section>> SchemaStore::ExtractSections( in ExtractSections() function in icing::lib::SchemaStore443 return section_manager_->ExtractSections(document); in ExtractSections()
234 EXPECT_THAT(store->ExtractSections(doc), in TEST_F()277 schema_store->ExtractSections(document)); in TEST_F()291 ICING_ASSERT_OK_AND_ASSIGN(sections, schema_store->ExtractSections(document)); in TEST_F()
290 SectionManager::ExtractSections(const DocumentProto& document) const { in ExtractSections() function in icing::lib::SectionManager
53 schema_store->ExtractSections(document_)); in Tokenize()