#include "../common/bserialize.h"
Go to the source code of this file.
size_t get_size_in_bytes | ( | const CIndexItem & | t | ) | [inline] |
size_t save_to_bytes | ( | const CIndexItem & | i, | |
BYTE * | buf | |||
) | [inline] |
References get_size_in_bytes(), CIndexItem::GetEndOccurOffset(), CIndexItem::GetIndexItemOffsetAndFlags(), and save_to_bytes().
size_t restore_from_bytes | ( | CIndexItem & | i, | |
const BYTE * | buf | |||
) | [inline] |
References get_size_in_bytes(), restore_from_bytes(), CIndexItem::SetEndOccurOffset(), and CIndexItem::SetIndexItemOffsetAndFlags().
const DWORD TheOnlyOccurIsInEndOccurNo = 1<<31 |
Referenced by CIndexSetForQueryingStage::AddOneIndexItem(), and CIndexItem::HasOneOccurrence().
const DWORD EndOfSentenceForBigrams = 1<<30 |