Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Inc
Method
Inc
library/cpp/neh/smart_ptr.h:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
inline void Inc() noexcept {
19
AtomicIncrement(C_);
20
}
21
22
//return false if C_ already 0, else increment and return true
23
inline bool TryInc() noexcept {
Callers
13
THttpConn
Method · 0.45
OnCreateConn
Method · 0.45
Next
Method · 0.45
OnBegin
Method · 0.45
Put
Method · 0.45
TSharedSocket
Method · 0.45
TConnection
Method · 0.45
Connect
Method · 0.45
Release
Method · 0.45
PurgeCache
Method · 0.45
TSharedCount
Method · 0.45
Inc
Method · 0.45
Calls
1
AtomicIncrement
Function · 0.50
Tested by
no test coverage detected