MCPcopy 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
3namespace {
4 static inline size_t Next(size_t size) noexcept {
5 return size * 2;
6 }
7} // namespace
8
9void TTempBufOutput::DoWrite(const void* data, size_t len) {

Callers 15

operator++Method · 0.70
DoReadAllMethod · 0.70
DoReadToMethod · 0.70
DoWriteMethod · 0.70
FillInputBufferMethod · 0.70
NextMethod · 0.70
operator++Method · 0.50
TIteratorMethod · 0.50
TPrefixIteratorMethod · 0.50
TPrefixIteratorClass · 0.50
TIteratorBaseMethod · 0.50
TIteratorBaseClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected