Searched refs:are_equal (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/unique/
H A Dmoveable.cc67 bool are_equal(const rvalstruct& rhs, const rvalstruct& lhs) function
90 VERIFY( std::unique(con.begin(), con.end(), are_equal).ptr - T1 == 12 );
95 VERIFY( std::unique(con2.begin(), con2.end(), are_equal).ptr - T2 == 8 );
/haiku-buildtools/gcc/libstdc++-v3/include/profile/
H A Dunordered_base.h87 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
101 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
114 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
130 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
144 return __equal_helper::are_equal(__uc, __lhs, __rhs);

Completed in 115 milliseconds