MCPcopy 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

THttpConnMethod · 0.45
OnCreateConnMethod · 0.45
NextMethod · 0.45
OnBeginMethod · 0.45
PutMethod · 0.45
TSharedSocketMethod · 0.45
TConnectionMethod · 0.45
ConnectMethod · 0.45
ReleaseMethod · 0.45
PurgeCacheMethod · 0.45
TSharedCountMethod · 0.45
IncMethod · 0.45

Calls 1

AtomicIncrementFunction · 0.50

Tested by

no test coverage detected