Searched defs:Key (Results 1 – 10 of 10) sorted by relevance
21 struct Key { struct22 template <typename T> Key(const T&) {} in Key() argument23 bool operator< (const Key&) const { return false; } in operator <() argument
21 struct Key { struct22 template <typename T> Key(const T&) {} in Key() argument23 bool operator== (const Key&) const { return true; } in operator ==() argument
51 struct Key struct53 int data;58 bool operator == (int d) const in operator ==()
303 struct Key struct305 Key() : m_data(0) {} in Key() function306 explicit Key(int data) : m_data(data) {} in Key() argument313 bool operator () (Key lhs, Key rhs) const in operator ()() argument
360 struct Key struct362 Key() : m_data(0) {} in Key() argument363 explicit Key(int data) : m_data(data) {} in Key() function370 bool operator () (Key lhs, Key rhs) const in operator ()() argument
514 struct Key struct516 Key() : m_data(0) {} in Key() argument517 explicit Key(int data) : m_data(data) {} in Key() function522 bool operator==(const Key&) const; argument
303 struct Key struct305 Key() : m_data(0) {} in Key() argument306 explicit Key(int data) : m_data(data) {} in Key() argument313 bool operator () (Key lhs, Key rhs) const in operator ()() argument
360 struct Key struct362 Key() : m_data(0) {} in Key() argument363 explicit Key(int data) : m_data(data) {} in Key() argument370 bool operator () (Key lhs, Key rhs) const in operator ()() argument
514 struct Key struct516 Key() : m_data(0) {} in Key() function517 explicit Key(int data) : m_data(data) {} in Key() function522 bool operator==(const Key&) const; argument