Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Next
Function
Next
util/stream/tempbuf.cpp:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
namespace {
4
static inline size_t Next(size_t size) noexcept {
5
return size * 2;
6
}
7
} // namespace
8
9
void TTempBufOutput::DoWrite(const void* data, size_t len) {
Callers
15
operator++
Method · 0.70
DoReadAll
Method · 0.70
DoReadTo
Method · 0.70
DoWrite
Method · 0.70
FillInputBuffer
Method · 0.70
Next
Method · 0.70
operator++
Method · 0.50
TIterator
Method · 0.50
TPrefixIterator
Method · 0.50
TPrefixIterator
Class · 0.50
TIteratorBase
Method · 0.50
TIteratorBase
Class · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected