_CompareKeys
int32 cmp = _CompareKeys(key, keyLength, searchKey, searchLength);
int result = _CompareKeys(key, keyLength, largestKey,
int32 _CompareKeys(const void* key1, int keylength1,
return _CompareKeys(a, GetKey(const_cast<Node*>(b)));
return _CompareKeys(GetKey(const_cast<Node*>(a)),
inline int _CompareKeys(const Key& a, const Key& b) const
return _CompareKeys(a, GetKey(const_cast<Node*>(b)));
return _CompareKeys(GetKey(const_cast<Node*>(a)),
inline int _CompareKeys(const Key& a, const Key& b) const