Home
last modified time | relevance | path

Searched defs:key_compare (Results 1 – 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
D_set.h56 typedef _Compare key_compare; in _STLP_CREATE_ITERATOR_TRAITS() typedef
227 typedef _Compare key_compare; in _STLP_CREATE_ITERATOR_TRAITS() typedef
D_map.h58 typedef _Compare key_compare; in _STLP_CREATE_ITERATOR_TRAITS() typedef
251 typedef _Compare key_compare; in _STLP_CREATE_ITERATOR_TRAITS() typedef
/external/openssh/
Dauthfile.c901 int (*key_compare)(const Key *, const Key *) = strict_type ? in key_in_file() local