Lines Matching defs:compare

1372     bool compare( T1 const& lhs, T2 const& rhs ) {  in compare()  function
1377 template<Operator Op> bool compare( unsigned int lhs, int rhs ) { in compare() function
1380 template<Operator Op> bool compare( unsigned long lhs, int rhs ) { in compare() function
1383 template<Operator Op> bool compare( unsigned char lhs, int rhs ) { in compare() function
1388 template<Operator Op> bool compare( unsigned int lhs, long rhs ) { in compare() function
1391 template<Operator Op> bool compare( unsigned long lhs, long rhs ) { in compare() function
1394 template<Operator Op> bool compare( unsigned char lhs, long rhs ) { in compare() function
1399 template<Operator Op> bool compare( int lhs, unsigned int rhs ) { in compare() function
1402 template<Operator Op> bool compare( int lhs, unsigned long rhs ) { in compare() function
1405 template<Operator Op> bool compare( int lhs, unsigned char rhs ) { in compare() function
1410 template<Operator Op> bool compare( long lhs, unsigned int rhs ) { in compare() function
1413 template<Operator Op> bool compare( long lhs, unsigned long rhs ) { in compare() function
1416 template<Operator Op> bool compare( long lhs, unsigned char rhs ) { in compare() function
1421 template<Operator Op, typename T> bool compare( long lhs, T* rhs ) { in compare() function
1424 template<Operator Op, typename T> bool compare( T* lhs, long rhs ) { in compare() function
1429 template<Operator Op, typename T> bool compare( int lhs, T* rhs ) { in compare() function
1432 template<Operator Op, typename T> bool compare( T* lhs, int rhs ) { in compare() function
1438 template<Operator Op> bool compare( long long lhs, unsigned int rhs ) { in compare() function
1441 template<Operator Op> bool compare( long long lhs, unsigned long rhs ) { in compare() function
1444 template<Operator Op> bool compare( long long lhs, unsigned long long rhs ) { in compare() function
1447 template<Operator Op> bool compare( long long lhs, unsigned char rhs ) { in compare() function
1452 template<Operator Op> bool compare( unsigned long long lhs, int rhs ) { in compare() function
1455 template<Operator Op> bool compare( unsigned long long lhs, long rhs ) { in compare() function
1458 template<Operator Op> bool compare( unsigned long long lhs, long long rhs ) { in compare() function
1461 template<Operator Op> bool compare( unsigned long long lhs, char rhs ) { in compare() function
1466 template<Operator Op, typename T> bool compare( long long lhs, T* rhs ) { in compare() function
1469 template<Operator Op, typename T> bool compare( T* lhs, long long rhs ) { in compare() function
1476 template<Operator Op, typename T> bool compare( std::nullptr_t, T* rhs ) { in compare() function
1479 template<Operator Op, typename T> bool compare( T* lhs, std::nullptr_t ) { in compare() function