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

Function WriteHexIntToBufferBackwards

library/cpp/yt/string/string.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265template <>
266char* WriteHexIntToBufferBackwards(char* ptr, i32 value, bool uppercase)
267{
268 return WriteSignedHexIntToBufferBackwardsImpl(ptr, value, uppercase, TStringBuf("-80000000"));
269}
270
271template <>
272char* WriteHexIntToBufferBackwards(char* ptr, i64 value, bool uppercase)

Callers 1

FormatIntValueFunction · 0.85

Tested by

no test coverage detected