Searched refs:fullkey (Results 1 – 1 of 1) sorted by relevance
42 return ((a.fullkey == b.fullkey) && (a.data == b.data));47 keyclass fullkey; member75 return ((a.fullkey < b.fullkey));82 return ((a.fullkey <= b.fullkey));89 return ((a.fullkey > b.fullkey));96 return ((a.fullkey >= b.fullkey));107 int is_unique(const keyclass& fullkey);108 int add_element(const keyclass& fullkey, const hashclass& data);109 int add_element(uint32 key, const keyclass& fullkey, const hashclass& data);110 int remove_element(uint32 key, const keyclass& fullkey);[all …]