|
proxygen
|
#include <map>#include <folly/container/Array.h>#include <folly/detail/Iterators.h>#include <folly/portability/GTest.h>Go to the source code of this file.
Functions | |
| TEST (IteratorsTest, IterFacadeHasCorrectTraits) | |
| TEST (IteratorsTest, SimpleIteratorFacade) | |
| TEST (IteratorsTest, IterAdaptorHasCorrectTraits) | |
| TEST (IteratorsTest, IterAdaptorWithPointer) | |
| TEST (IteratorsTest, IterAdaptorOfOtherIter) | |
| TEST (IteratorsTest, MixedConstAndNonconstIters) | |
| TEST | ( | IteratorsTest | , |
| IterFacadeHasCorrectTraits | |||
| ) |
| TEST | ( | IteratorsTest | , |
| SimpleIteratorFacade | |||
| ) |
Definition at line 54 of file IteratorsTest.cpp.
References folly::test::end(), EXPECT_EQ, EXPECT_NE, folly::make_array(), and ptr.
| TEST | ( | IteratorsTest | , |
| IterAdaptorHasCorrectTraits | |||
| ) |
| TEST | ( | IteratorsTest | , |
| IterAdaptorWithPointer | |||
| ) |
Definition at line 97 of file IteratorsTest.cpp.
References folly::gen::dereference, folly::test::end(), EXPECT_EQ, EXPECT_NE, and folly::make_array().
| TEST | ( | IteratorsTest | , |
| IterAdaptorOfOtherIter | |||
| ) |
Definition at line 150 of file IteratorsTest.cpp.
References folly::gen::dereference, EXPECT_EQ, EXPECT_NE, m, and folly::detail::rhs.
| TEST | ( | IteratorsTest | , |
| MixedConstAndNonconstIters | |||
| ) |
Definition at line 201 of file IteratorsTest.cpp.
References folly::padded::cend(), EXPECT_EQ, EXPECT_NE, and m.