Home
last modified time | relevance | path

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

/external/icing/icing/testing/
Dhit-test-utils.cc22 Hit hit = (last_hit.section_id() == kMinSectionId) in CreateHit()
30 hit = (hit.section_id() == kMinSectionId) in CreateHit()
/external/icing/icing/schema/
Dsection.h36 inline constexpr SectionId kMinSectionId = 0; variable
38 return section_id >= kMinSectionId && section_id <= kMaxSectionId; in IsSectionIdValid()
Dsection-manager.cc116 kMaxSectionId - kMinSectionId + 1)); in AssignSections()
Dsection-manager_test.cc169 int max_num_sections_allowed = kMaxSectionId - kMinSectionId + 1; in TEST_F()