Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ End
Method
End
util/generic/buffer.h:217–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
inline TIterator End() noexcept {
218
return Begin() + Size();
219
}
220
221
inline TConstIterator Begin() const noexcept {
222
return Data();
Callers
8
TestQuickSort
Method · 0.45
TestIterate
Method · 0.45
TestRIterate
Method · 0.45
CheckIterationAfterCut
Function · 0.45
TestCutFront
Function · 0.45
TestCutBack
Function · 0.45
CheckIterationAfterAppend
Function · 0.45
CheckList
Function · 0.45
Calls
2
Begin
Class · 0.85
Size
Function · 0.50
Tested by
5
TestQuickSort
Method · 0.36
TestIterate
Method · 0.36
TestRIterate
Method · 0.36
TestCutFront
Function · 0.36
TestCutBack
Function · 0.36