Searched refs:TERMINAL_LINKED_ENTRY_COUNT (Results 1 – 2 of 2) sorted by relevance
38 const int TrieMap::TERMINAL_LINKED_ENTRY_COUNT = 2; // Value entry and bitmap entry. member in latinime::TrieMap81 const int valueEntryIndex = allocateTable(TERMINAL_LINKED_ENTRY_COUNT); in getNextLevelBitmapEntryIndex()131 if (!freeTable(terminalEntry.getValueEntryIndex(), TERMINAL_LINKED_ENTRY_COUNT)) { in remove()200 const int valueEntryIndex = allocateTable(TERMINAL_LINKED_ENTRY_COUNT); in writeValue()448 if (!freeTable(entry.getValueEntryIndex(), TERMINAL_LINKED_ENTRY_COUNT)) { in removeInner()
295 static const int TERMINAL_LINKED_ENTRY_COUNT; variable