MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / insertInt

Method insertInt

src/common/classes/ClumpletWriter.cpp:257–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void ClumpletWriter::insertInt(UCHAR tag, const SLONG value)
258{
259 UCHAR bytes[sizeof(SLONG)];
260
261 toVaxInteger(bytes, sizeof(bytes), value);
262 insertBytesLengthCheck(tag, bytes, sizeof(bytes));
263}
264
265void ClumpletWriter::insertBigInt(UCHAR tag, const SINT64 value)
266{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36