Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ RefCount
Method
RefCount
util/generic/ptr.h:948–950 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
946
}
947
948
inline long RefCount() const noexcept {
949
return C_ ? C_->Val() : 0;
950
}
951
952
template <class TT>
953
[[nodiscard]] inline TSharedPtr<TT, C, D> As() & noexcept {
Callers
15
CheckConnectionsAndSendAcks
Method · 0.45
RefCount
Function · 0.45
with_lock
Function · 0.45
DropAllLoaders
Method · 0.45
EnsureObjectsDataIsConsecutiveIfQuantized
Function · 0.45
GetMutable
Method · 0.45
PrepareBinaryFeaturesStorage
Method · 0.45
PrepareForInitialization
Method · 0.45
Do
Method · 0.45
GetQuantizedObjectsData
Function · 0.45
TestIntrPtr
Method · 0.45
TestIntrusiveConvertion
Method · 0.45
Calls
1
Val
Method · 0.45
Tested by
6
TestIntrPtr
Method · 0.36
TestIntrusiveConvertion
Method · 0.36
TestIntrusiveConstConvertion
Method · 0.36
TestMakeIntrusive
Method · 0.36
TestSharedPtrDowncast
Method · 0.36
TestRefCount
Method · 0.36