MCPcopy Create free account
hub / github.com/PaddlePaddle/Serving / FastUInt64ToBuffer

Function FastUInt64ToBuffer

core/pdcodegen/plugin/strutil.h:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 return buffer;
412}
413inline char* FastUInt64ToBuffer(uint64 i, char* buffer) {
414 FastUInt64ToBufferLeft(i, buffer);
415 return buffer;
416}
417
418// ----------------------------------------------------------------------
419// SimpleItoa()

Callers 3

SubstituteArgMethod · 0.85
FastUIntToBufferFunction · 0.85
FastULongToBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected