Searched refs:moveConstructs (Results 1 – 1 of 1) sorted by relevance
763 moveConstructs().fetch_add(1, std::memory_order_relaxed); in TestConstruction()784 static std::atomic<std::uint64_t>& moveConstructs() { in moveConstructs() function in folly::__anon387f81641c11::TestConstruction807 moveConstructs().store(0); in reset()822 auto moves = TestConstruction::moveConstructs().load(); in TEST()863 auto innerMoves = TestConstruction::moveConstructs().load(); in TEST()