Home
last modified time | relevance | path

Searched defs:entry_cmp (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp54 struct entry_cmp<_VTp, Cmp_Fn, _Alloc, true> struct
57 typedef Cmp_Fn type;
62 struct entry_cmp<_VTp, Cmp_Fn, _Alloc, false> struct
65 typedef rebind_traits<_Alloc, _VTp> __rebind_v;
68 typedef typename __rebind_v::const_pointer entry;
71 struct type : public Cmp_Fn
H A Dbinary_heap_.hpp93 typedef typename PB_DS_ENTRY_CMP_DEC entry_cmp; typedef in __gnu_pbds::detail::binary_heap
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp54 struct entry_cmp<_VTp, Cmp_Fn, _Alloc, true> struct
57 typedef Cmp_Fn type;
62 struct entry_cmp<_VTp, Cmp_Fn, _Alloc, false> struct
65 typedef rebind_traits<_Alloc, _VTp> __rebind_v;
68 typedef typename __rebind_v::const_pointer entry;
71 struct type : public Cmp_Fn
H A Dbinary_heap_.hpp93 typedef typename PB_DS_ENTRY_CMP_DEC entry_cmp; typedef in __gnu_pbds::detail::binary_heap
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dentry.c571 entry_cmp( Entry *e1, Entry *e2 ) in entry_cmp() function