Searched refs:eLastEntry (Results 1 – 6 of 6) sorted by relevance
52 , eLastEntry enumerator
59 static void constructDeletedValue(MappedAttributeKey& slot) { slot.type = eLastEntry; } in constructDeletedValue()60 static bool isDeletedValue(const MappedAttributeKey& value) { return value.type == eLastEntry; } in isDeletedValue()
42 result = (MappedAttributeEntry)(eLastEntry + document()->docID()); in mapToEntry()
78 result = (MappedAttributeEntry)(eLastEntry + document()->docID()); in mapToEntry()
247 result = (MappedAttributeEntry)(eLastEntry + document()->docID()); in mapToEntry()
11146 …Make sure to keep eLastEntry at the end of the list, since it is used for the dynamic portion of t…