Home
last modified time | relevance | path

Searched refs:TestConstruction (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp756 class TestConstruction { class
758 TestConstruction() = delete;
762 TestConstruction(TestConstruction&&) noexcept { in TestConstruction() function in folly::__anon387f81641c11::TestConstruction
765 TestConstruction(const TestConstruction&) { in TestConstruction() function in folly::__anon387f81641c11::TestConstruction
768 TestConstruction& operator=(const TestConstruction&) { in operator =() argument
772 TestConstruction& operator=(TestConstruction&&) { in operator =() argument
776 ~TestConstruction() { in ~TestConstruction()
837 TestConstruction::reset(); in TEST()
964 TestConstruction::reset(); in TEST()
975 TestConstruction::defaultConstructs(), TestConstruction::destructs()); in TEST()
[all …]