MCPcopy Create free account
hub / github.com/apache/impala / AlphaNum

Method AlphaNum

be/src/gutil/strings/strcat.h:45–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 // A bool ctor would also convert incoming pointers (bletch).
44
45 AlphaNum(int32 i32) // NOLINT(runtime/explicit)
46 : piece(digits, FastInt32ToBufferLeft(i32, digits) - &digits[0]) {}
47 AlphaNum(uint32 u32) // NOLINT(runtime/explicit)
48 : piece(digits, FastUInt32ToBufferLeft(u32, digits) - &digits[0]) {}
49 AlphaNum(int64 i64) // NOLINT(runtime/explicit)

Callers

nothing calls this directly

Calls 7

FastInt32ToBufferLeftFunction · 0.85
FastUInt32ToBufferLeftFunction · 0.85
FastInt64ToBufferLeftFunction · 0.85
FastUInt64ToBufferLeftFunction · 0.85
FloatToBufferFunction · 0.85
DoubleToBufferFunction · 0.85
moveFunction · 0.85

Tested by

no test coverage detected