MCPcopy Create free account
hub / github.com/catboost/catboost / operator()

Method operator()

library/cpp/chromium_trace/yson.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 NYson::TYsonWriter* Output;
10
11 void operator()(i64 value) {
12 Output->OnInt64Scalar(value);
13 }
14
15 void operator()(ui64 value) {
16 Output->OnUint64Scalar(value);

Callers

nothing calls this directly

Calls 4

OnInt64ScalarMethod · 0.45
OnUint64ScalarMethod · 0.45
OnDoubleScalarMethod · 0.45
OnStringScalarMethod · 0.45

Tested by

no test coverage detected