Searched refs:GetStringSectionContent (Results 1 – 6 of 6) sorted by relevance
/external/icing/icing/schema/ |
D | section-manager_test.cc | 188 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 …]
|
D | section-manager.cc | 189 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()
|
D | section-manager.h | 67 GetStringSectionContent(const DocumentProto& document, 77 GetStringSectionContent(const DocumentProto& document,
|
D | schema-store.h | 187 GetStringSectionContent(const DocumentProto& document, 198 GetStringSectionContent(const DocumentProto& document,
|
D | schema-store.cc | 420 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()
|
D | schema-store_test.cc | 230 EXPECT_THAT(store->GetStringSectionContent(doc, /*section_id=*/0), in TEST_F() 232 EXPECT_THAT(store->GetStringSectionContent(doc, "name"), in TEST_F()
|