Searched defs:test_less (Results 1 – 5 of 5) sorted by relevance
25 struct test_less struct28 explicit test_less() : data_(0) {} in test_less() argument29 explicit test_less(int data) : data_(data) {} in test_less() function32 friend bool operator==(const test_less& a, const test_less& b) argument
21 void test_less(const T1& t1, const T2& t2) in test_less() function
113 def test_less(self): member in TestBinaryUfuncBasic
195 constexpr bool test_less(const Var &l, const Var &r, bool expect_less, in test_less() function
197 constexpr bool test_less(const Var &l, const Var &r, bool expect_less, in test_less() function