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

Method Swap

library/cpp/neh/smart_ptr.h:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 inline void Swap(TSPCount& r) noexcept {
63 DoSwap(C_, r.C_);
64 }
65
66 inline size_t UseCount() const noexcept {
67 if (!C_) {

Callers 15

ReleaseRequestMethod · 0.45
ReleaseHandlerMethod · 0.45
ReleaseConnMethod · 0.45
ReleaseConn2Method · 0.45
ReleaseRequestMethod · 0.45
OnConnectMethod · 0.45
OnConnectFailedMethod · 0.45
NotifyMethod · 0.45
Y_UNIT_TESTFunction · 0.45
ReleaseRequestMethod · 0.45
ReleaseHandlerMethod · 0.45
ReleaseConnMethod · 0.45

Calls 1

DoSwapFunction · 0.50

Tested by

no test coverage detected