Searched refs:key2primary (Results 1 – 1 of 1) sorted by relevance
1109 LocalArray<uint8_t> key2primary(new uint8_t[keylength]); in TestSortKey() local1110 memcpy(key2primary.getAlias(), key2primary_alias, keylength); in TestSortKey()1170 doAssert(memcmp(tempkey, key2primary.getAlias(), keylength - 1) == 0, in TestSortKey()