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

Function SerializeToMem

library/cpp/binsaver/mem_io.h:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189template <class T, class D>
190inline void SerializeToMem(D* data, T& c, bool stableOutput = false) {
191 NMemIoInternals::SerializeMem(false, data, c, stableOutput);
192}
193
194template <class T, class D>
195inline void SerializeFromMem(D* data, T& c, bool stableOutput = false) {

Callers 15

LaunchOpsMethod · 0.85
ReschedulePartRequestMethod · 0.85
RunMethod · 0.85
TDataHolderClass · 0.85
NewRequestMethod · 0.85
SetCurrentOperationMethod · 0.85
DoSendMethod · 0.85
AssignDataMethod · 0.85
SetContextDataMethod · 0.85
DeleteContextRawDataMethod · 0.85
AddParamMethod · 0.85
ExecAsyncMethod · 0.85

Calls 1

SerializeMemFunction · 0.85

Tested by 1