Searched defs:groupKey (Results 1 – 2 of 2) sorted by relevance
928 val groupKey in groupEnd() constant in SlotReader935 fun groupKey(index: Int) = groups.key(index) in groupKey() method969 fun groupKey(anchor: Anchor) = if (anchor.valid) groups.key(table.anchorIndex(anchor)) else 0 in groupKey() method1354 fun groupKey(index: Int): Int = groups.key(groupIndexToAddress(index)) in isNode() method
3148 val groupKey = reader.groupCompositeKeyPart(parent) in compositeKeyOf() constant