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

Method Capacity

util/generic/buffer.h:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 inline size_t Capacity() const noexcept {
176 return Len_;
177 }
178
179 inline void AlignUp(size_t align, char fillChar = '\0') {
180 size_t diff = ::AlignUp(Pos_, align) - Pos_;

Callers 9

Y_UNIT_TESTFunction · 0.45
ReadStreamMethod · 0.45
WriteStreamMethod · 0.45
CommunicateMethod · 0.45
OnBufferExhaustedMethod · 0.45
LenMethod · 0.45
DoNextMethod · 0.45
NextMethod · 0.45
BufEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected