Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~THttpConn
Method · 0.45
OnDestroyConn
Method · 0.45
Next
Method · 0.45
OnSuccess
Method · 0.45
OnCancel
Method · 0.45
OnFail
Method · 0.45
Get
Method · 0.45
Purge
Method · 0.45
Validate
Method · 0.45
~TSharedSocket
Method · 0.45
~TConnection
Method · 0.45
Connect
Method · 0.45
Calls
1
AtomicDecrement
Function · 0.50
Tested by
no test coverage detected