Searched refs:test_greater (Results 1 – 3 of 3) sorted by relevance
50 void test_greater(const T1& t1, const T2& t2) in test_greater() function141 test_greater(sub2, sub1); in test_operators()142 test_greater(sub2, s1.c_str()); in test_operators()143 test_greater(s2.c_str(), sub1); in test_operators()144 test_greater(sub2, *s1.c_str()); in test_operators()145 test_greater(*s2.c_str(), sub1); in test_operators()146 test_greater(sub2, s1); in test_operators()147 test_greater(s2, sub1); in test_operators()
283 def test_greater(): function
164 def test_greater(): function