Home
last modified time | relevance | path

Searched defs:section_manager (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/icing/icing/schema/
H A Dsection-manager-builder_test.cc85 std::unique_ptr<SectionManager> section_manager = std::move(builder).Build(); in TEST_F() local
205 std::unique_ptr<SectionManager> section_manager = std::move(builder).Build(); in TEST_P() local
274 std::unique_ptr<SectionManager> section_manager = std::move(builder).Build(); in TEST_P() local
H A Dschema-type-manager.h58 const SectionManager& section_manager() const { return *section_manager_; } in section_manager() function
66 std::unique_ptr<SectionManager> section_manager, in SchemaTypeManager()