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