proxygen
|
Go to the source code of this file.
Classes | |
struct | OddCompare< T > |
class | OrderingTest |
Functions | |
TEST_F (OrderingTest, ordering) | |
TEST_F (OrderingTest, to_ordering) | |
TEST_F (OrderingTest, compare_equal_to) | |
TEST_F (OrderingTest, compare_not_equal_to) | |
TEST_F (OrderingTest, compare_less) | |
TEST_F (OrderingTest, compare_less_equal) | |
TEST_F (OrderingTest, compare_greater) | |
TEST_F (OrderingTest, compare_greater_equal) | |
TEST_F | ( | OrderingTest | , |
ordering | |||
) |
TEST_F | ( | OrderingTest | , |
to_ordering | |||
) |
Definition at line 38 of file OrderingTest.cpp.
References folly::eq, EXPECT_EQ, folly::gt, folly::lt, and folly::to_ordering().
TEST_F | ( | OrderingTest | , |
compare_equal_to | |||
) |
Definition at line 48 of file OrderingTest.cpp.
References EXPECT_FALSE, and EXPECT_TRUE.
TEST_F | ( | OrderingTest | , |
compare_not_equal_to | |||
) |
Definition at line 55 of file OrderingTest.cpp.
References EXPECT_FALSE, and EXPECT_TRUE.
TEST_F | ( | OrderingTest | , |
compare_less | |||
) |
Definition at line 62 of file OrderingTest.cpp.
References EXPECT_FALSE, and EXPECT_TRUE.
TEST_F | ( | OrderingTest | , |
compare_less_equal | |||
) |
Definition at line 69 of file OrderingTest.cpp.
References EXPECT_FALSE, and EXPECT_TRUE.
TEST_F | ( | OrderingTest | , |
compare_greater | |||
) |
Definition at line 76 of file OrderingTest.cpp.
References EXPECT_FALSE, and EXPECT_TRUE.
TEST_F | ( | OrderingTest | , |
compare_greater_equal | |||
) |
Definition at line 83 of file OrderingTest.cpp.
References EXPECT_FALSE, and EXPECT_TRUE.