Searched refs:stable_test (Results 1 – 1 of 1) sorted by relevance
42 struct stable_test { struct46 stable_test(uint8_t k) : key(k), payload(0) {} in stable_test() function47 stable_test(uint8_t k, size_t p) : key(k), payload(p) {} in stable_test() function50 void swap(stable_test &lhs, stable_test &rhs) in swap()59 bool operator () (const stable_test &lhs, const stable_test &rhs) const in operator ()()67 bool operator () (const stable_test &lhs, const stable_test &rhs) const in operator ()()75 bool operator () (const stable_test &lhs, const stable_test &rhs) const in operator ()()81 bool operator==(const stable_test &lhs, const stable_test &rhs) in operator ==()98 struct is_even<stable_test>100 bool operator () (const stable_test &t) const in operator ()()[all …]