proxygen
|
Go to the source code of this file.
Classes | |
class | IntPaddedTestBase |
class | IntPaddedConstTest |
class | IntPaddedNonConstTest |
class | StructPaddedTestBase |
struct | StructPaddedTestBase::Point |
class | StructPaddedConstTest |
class | IntAdaptorTest |
Functions | |
TEST (NodeTest, Padding) | |
TEST_F (IntPaddedConstTest, Iteration) | |
TEST_F (IntPaddedConstTest, Arithmetic) | |
TEST_F (IntPaddedNonConstTest, Iteration) | |
TEST_F (StructPaddedConstTest, Iteration) | |
TEST_F (IntAdaptorTest, Simple) | |
TEST_F (IntAdaptorTest, ResizeConstructor) | |
TEST_F (IntAdaptorTest, SimpleEmplaceBack) | |
TEST | ( | NodeTest | , |
Padding | |||
) |
Definition at line 25 of file PaddedTest.cpp.
References c, EXPECT_EQ, and int32_t.
TEST_F | ( | IntPaddedConstTest | , |
Iteration | |||
) |
Definition at line 99 of file PaddedTest.cpp.
References folly::padded::cbegin(), folly::padded::cend(), EXPECT_EQ, and k.
TEST_F | ( | IntPaddedConstTest | , |
Arithmetic | |||
) |
Definition at line 107 of file PaddedTest.cpp.
References folly::padded::cbegin(), folly::padded::cend(), and EXPECT_EQ.
TEST_F | ( | IntPaddedNonConstTest | , |
Iteration | |||
) |
Definition at line 151 of file PaddedTest.cpp.
References folly::padded::begin(), folly::data(), folly::padded::end(), EXPECT_EQ, i, and k.
TEST_F | ( | StructPaddedConstTest | , |
Iteration | |||
) |
Definition at line 198 of file PaddedTest.cpp.
References folly::padded::cbegin(), folly::padded::cend(), EXPECT_EQ, and k.
TEST_F | ( | IntAdaptorTest | , |
Simple | |||
) |
TEST_F | ( | IntAdaptorTest | , |
ResizeConstructor | |||
) |
TEST_F | ( | IntAdaptorTest | , |
SimpleEmplaceBack | |||
) |