Searched refs:EmptyIdx (Results 1 – 1 of 1) sorted by relevance
105 const unsigned EmptyIdx = -1; variable135 unsigned StartIdx = EmptyIdx;148 unsigned SuffixIdx = EmptyIdx;184 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf()187 bool isRoot() const { return StartIdx == EmptyIdx; } in isRoot()196 assert(*EndIdx != EmptyIdx && "EndIdx is undefined!"); in size()271 unsigned Idx = EmptyIdx;312 assert(!(!Parent && StartIdx != EmptyIdx) && in insertInternalNode()497 Root = insertInternalNode(nullptr, EmptyIdx, EmptyIdx, 0); in SuffixTree()