Home
last modified time | relevance | path

Searched refs:GetStringSectionContent (Results 1 – 6 of 6) sorted by relevance

/external/icing/icing/schema/
Dsection-manager_test.cc188 TEST_F(SectionManagerTest, GetStringSectionContent) { in TEST_F() argument
195 section_manager->GetStringSectionContent(email_document_, in TEST_F()
198 EXPECT_THAT(section_manager->GetStringSectionContent(email_document_, in TEST_F()
205 section_manager->GetStringSectionContent(email_document_, in TEST_F()
210 ICING_ASSERT_OK_AND_ASSIGN(content, section_manager->GetStringSectionContent( in TEST_F()
215 ICING_ASSERT_OK_AND_ASSIGN(content, section_manager->GetStringSectionContent( in TEST_F()
221 section_manager->GetStringSectionContent( in TEST_F()
228 EXPECT_THAT(section_manager->GetStringSectionContent(email_document_, in TEST_F()
232 section_manager->GetStringSectionContent(email_document_, in TEST_F()
235 EXPECT_THAT(section_manager->GetStringSectionContent( in TEST_F()
[all …]
Dsection-manager.cc189 SectionManager::GetStringSectionContent(const DocumentProto& document, in GetStringSectionContent() function in icing::lib::SectionManager
232 GetStringSectionContent(nested_document, sub_section_path); in GetStringSectionContent()
249 SectionManager::GetStringSectionContent(const DocumentProto& document, in GetStringSectionContent() function in icing::lib::SectionManager
265 return GetStringSectionContent(document, metadata_list->at(section_id).path); in GetStringSectionContent()
296 GetStringSectionContent(document, section_metadata.path); in ExtractSections()
Dsection-manager.h67 GetStringSectionContent(const DocumentProto& document,
77 GetStringSectionContent(const DocumentProto& document,
Dschema-store.h187 GetStringSectionContent(const DocumentProto& document,
198 GetStringSectionContent(const DocumentProto& document,
Dschema-store.cc420 SchemaStore::GetStringSectionContent(const DocumentProto& document, in GetStringSectionContent() function in icing::lib::SchemaStore
423 return section_manager_->GetStringSectionContent(document, section_path); in GetStringSectionContent()
427 SchemaStore::GetStringSectionContent(const DocumentProto& document, in GetStringSectionContent() function in icing::lib::SchemaStore
430 return section_manager_->GetStringSectionContent(document, section_id); in GetStringSectionContent()
Dschema-store_test.cc230 EXPECT_THAT(store->GetStringSectionContent(doc, /*section_id=*/0), in TEST_F()
232 EXPECT_THAT(store->GetStringSectionContent(doc, "name"), in TEST_F()