Searched defs:ComplexKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/utils/tests/
H A DBasicHashtable_test.cpp31 struct ComplexKey { struct in namespace:android
34 explicit ComplexKey(int k) : k(k) { function in struct:android::ComplexKey
38 ComplexKey(const ComplexKey& other) : k(other.k) { function in struct:android::ComplexKey
42 ~ComplexKey() {
46 bool operator ==(const ComplexKey& other) const {
50 bool operator !=(const ComplexKey& other) const {
57 ssize_t ComplexKey::instanceCount = 0;
59 template<> inline hash_t hash_type(const ComplexKey& value) {
83 typedef key_value_pair_t<ComplexKey, ComplexValu
[all...]

Completed in 325 milliseconds