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

Method Load

library/cpp/chromium_trace/saveload.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void TSerializer<TEventArgs::TArg>::Load(IInputStream* in, TEventArgs::TArg& v, TMemoryPool& pool) {
149 ::LoadStr(in, v.Name, pool);
150
151 LoadVariant(in, pool, v.Value);
152}
153
154void TSerializer<TEventArgs>::Save(IOutputStream* out, const TEventArgs& v) {
155 // TODO: saveload for TStackVec

Callers

nothing calls this directly

Calls 8

LoadStrFunction · 0.85
LoadVariantFunction · 0.85
LoadSizeAndResizeFunction · 0.85
LoadRangeFunction · 0.85
LoadManyFunction · 0.85
LoadFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected