Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dsection.h34 inline constexpr SectionId kInvalidSectionId = (1 << kSectionIdBits); variable
35 inline constexpr SectionId kMaxSectionId = kInvalidSectionId - 1;
/external/icing/icing/result/
Dresult-retriever_test.cc135 return kInvalidSectionId; in GetSectionId()
148 return kInvalidSectionId; in GetSectionId()