MCPcopy Create free account
hub / github.com/catboost/catboost / Proceed

Method Proceed

util/memory/tempbuf.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257char* TTempBuf::Proceed(size_t off) {
258 char* ptr = Current();
259 Impl_->Proceed(off);
260 return ptr;
261}
262
263void TTempBuf::Append(const void* data, size_t len) {
264 if (len > Left()) {

Callers 13

WriteVectorDFunction · 0.45
EscapeJFunction · 0.45
SendRequestMethod · 0.45
SendDataMethod · 0.45
FlushOutputBuffersMethod · 0.45
FlushOutputBuffersMethod · 0.45
TPacketOutputMethod · 0.45
TRequestMethod · 0.45
ExecuteMethod · 0.45
TestOpsMethod · 0.45
TestMoveCtorMethod · 0.45
TestProceedMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestOpsMethod · 0.36
TestMoveCtorMethod · 0.36
TestProceedMethod · 0.36