Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dsection-manager.cc67 auto sorted_properties = current_type_config.properties(); in AssignSections() local
68 std::sort(sorted_properties.pointer_begin(), sorted_properties.pointer_end(), in AssignSections()
72 for (const auto& property_config : sorted_properties) { in AssignSections()