MCPcopy Create free account
hub / github.com/catboost/catboost / TEST

Function TEST

library/cpp/yt/memory/unittests/atomic_intrusive_ptr_ut.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174////////////////////////////////////////////////////////////////////////////////
175
176TEST(TIntrusiveAtomicPtrTest, Empty)
177{
178 TIntricateObjectPtr emptyPointer;
179 EXPECT_EQ(nullptr, emptyPointer.Get());
180}
181
182constexpr int ReservedRefCount = 65535;
183

Callers

nothing calls this directly

Calls 5

CompareAndSwapMethod · 0.80
moveFunction · 0.50
GetMethod · 0.45
ResetMethod · 0.45
AcquireMethod · 0.45

Tested by

no test coverage detected