Searched defs:test_less (Results 1 – 2 of 2) sorted by relevance
25 struct test_less struct28 explicit test_less() : data_(0) {} in test_less() function29 explicit test_less(int data) : data_(data) {} in test_less() argument32 friend bool operator==(const test_less& a, const test_less& b) argument
195 constexpr bool test_less(const Var &l, const Var &r, bool expect_less, in test_less() function