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

Method Dec

library/cpp/neh/smart_ptr.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 inline intptr_t Dec() noexcept {
40 return AtomicDecrement(C_);
41 }
42
43 inline intptr_t Value() const noexcept {
44 return AtomicGet(C_);

Callers 15

~THttpConnMethod · 0.45
OnDestroyConnMethod · 0.45
NextMethod · 0.45
OnSuccessMethod · 0.45
OnCancelMethod · 0.45
OnFailMethod · 0.45
GetMethod · 0.45
PurgeMethod · 0.45
ValidateMethod · 0.45
~TSharedSocketMethod · 0.45
~TConnectionMethod · 0.45
ConnectMethod · 0.45

Calls 1

AtomicDecrementFunction · 0.50

Tested by

no test coverage detected