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

Method WriteULongLong

library/cpp/json/writer/json.cpp:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 TValueContext TBuf::WriteULongLong(unsigned long long i) {
244 char buf[22]; // enough to hold any 64-bit number
245 size_t len = ToString(i, buf, sizeof(buf));
246 UnsafeWriteValue(buf, len);
247 return TValueContext(*this);
248 }
249
250 template <class TFloat>
251 TValueContext TBuf::WriteFloatImpl(TFloat f, EFloatToStringMode mode, int ndigits) {

Callers 4

AddEventMethod · 0.45
BeginEventMethod · 0.45
WriteFlowMethod · 0.45
WriteMethod · 0.45

Calls 2

TValueContextClass · 0.70
ToStringFunction · 0.50

Tested by

no test coverage detected