Searched refs:key_of (Results 1 – 7 of 7) sorted by relevance
51 { return Compare()(Get_key::key_of(l), Get_key::key_of(r)); } in cmp()61 { return Compare()(Get_key::key_of(r), Get_key::key_of(l)); } in cmp()108 { return Get_key::key_of(static_cast<Node const *>(n)); } in k()
79 static Key_type key_of(Mapping const *m) { return m->key; } in key_of() function
125 static Key_type const &key_of(Entry const *e) in key_of() function
40 static Key_type const &key_of(NODE const *n)
93 * The implementation uses `Get_key::key_of(ptr_to_node)`. The233 Key_param_type new_key = Get_key::key_of(new_node);
111 static Key_type const &key_of(NODE const *n)
174 static Key_type const &key_of(Entry const *e)
Completed in 7 milliseconds