|
proxygen
|
#include <folly/Indestructible.h>#include <functional>#include <map>#include <memory>#include <string>#include <tuple>#include <folly/Memory.h>#include <folly/portability/GTest.h>Go to the source code of this file.
Functions | |
| TEST_F (IndestructibleTest, access) | |
| TEST_F (IndestructibleTest, no_destruction) | |
| TEST_F (IndestructibleTest, empty) | |
| TEST_F (IndestructibleTest, move) | |
| TEST_F (IndestructibleTest, disabled_default_ctor) | |
| TEST_F (IndestructibleTest, list_initialization) | |
| TEST_F (IndestructibleTest, initializer_list_in_place_initialization) | |
| TEST_F (IndestructibleTest, list_initialization_explicit_implicit) | |
| TEST_F | ( | IndestructibleTest | , |
| access | |||
| ) |
Definition at line 57 of file IndestructibleTest.cpp.
References data, EXPECT_EQ, and m.
| TEST_F | ( | IndestructibleTest | , |
| no_destruction | |||
| ) |
Definition at line 65 of file IndestructibleTest.cpp.
References EXPECT_EQ, and value.
| TEST_F | ( | IndestructibleTest | , |
| empty | |||
| ) |
Definition at line 83 of file IndestructibleTest.cpp.
References data, EXPECT_EQ, and m.
| TEST_F | ( | IndestructibleTest | , |
| move | |||
| ) |
Definition at line 89 of file IndestructibleTest.cpp.
References EXPECT_EQ, folly::gen::move, and value.
| TEST_F | ( | IndestructibleTest | , |
| disabled_default_ctor | |||
| ) |
Definition at line 117 of file IndestructibleTest.cpp.
References EXPECT_FALSE, EXPECT_TRUE, and value.
| TEST_F | ( | IndestructibleTest | , |
| list_initialization | |||
| ) |
Definition at line 128 of file IndestructibleTest.cpp.
References EXPECT_EQ, and map().
| TEST_F | ( | IndestructibleTest | , |
| initializer_list_in_place_initialization | |||
| ) |
Definition at line 142 of file IndestructibleTest.cpp.
| TEST_F | ( | IndestructibleTest | , |
| list_initialization_explicit_implicit | |||
| ) |
Definition at line 156 of file IndestructibleTest.cpp.
References EXPECT_TRUE, and value.