Searched refs:SectionManager (Results 1 – 5 of 5) sorted by relevance
/external/icing/icing/schema/ |
D | section-manager.h | 39 class SectionManager { 41 SectionManager(const SectionManager&) = delete; 42 SectionManager& operator=(const SectionManager&) = delete; 54 static libtextclassifier3::StatusOr<std::unique_ptr<SectionManager>> Create( 107 explicit SectionManager(
|
D | section-manager.cc | 170 SectionManager::SectionManager( in SectionManager() function in icing::lib::SectionManager 176 libtextclassifier3::StatusOr<std::unique_ptr<SectionManager>> 177 SectionManager::Create(const SchemaUtil::TypeConfigMap& type_config_map, in Create() 184 return std::unique_ptr<SectionManager>(new SectionManager( in Create() 189 SectionManager::GetStringSectionContent(const DocumentProto& document, in GetStringSectionContent() 249 SectionManager::GetStringSectionContent(const DocumentProto& document, in GetStringSectionContent() 269 SectionManager::GetSectionMetadata(SchemaTypeId schema_type_id, in GetSectionMetadata() 290 SectionManager::ExtractSections(const DocumentProto& document) const { in ExtractSections() 307 SectionManager::GetMetadataList(const std::string& type_config_name) const { in GetMetadataList()
|
D | section-manager_test.cc | 161 SectionManager::Create(type_config_map_, /*schema_type_mapper=*/nullptr), in TEST_F() 183 SectionManager::Create(type_config_map, schema_type_mapper_.get()), in TEST_F() 191 SectionManager::Create(type_config_map_, schema_type_mapper_.get())); in TEST_F() 298 SectionManager::Create(type_config_map_, schema_type_mapper_.get())); in TEST_F() 414 SectionManager::Create(type_config_map, schema_type_mapper.get())); in TEST_F() 505 SectionManager::Create(type_config_map, schema_type_mapper.get())); in TEST_F() 579 SectionManager::Create(type_config_map, schema_type_mapper.get())); in TEST_F()
|
D | schema-store.h | 316 std::unique_ptr<const SectionManager> section_manager_;
|
D | schema-store.cc | 207 SectionManager::Create(type_config_map_, schema_type_mapper_.get())); in InitializeDerivedFiles() 229 SectionManager::Create(type_config_map_, schema_type_mapper_.get())); in RegenerateDerivedFiles()
|