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

Method CInt128

src/common/Int128.h:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337 CInt128(SINT64 value);
338 CInt128(minmax mm);
339 CInt128(const Int128& value)
340 {
341 set(value);
342 }
343};
344
345extern CInt128 MAX_Int128, MIN_Int128;

Callers

nothing calls this directly

Calls 1

setFunction · 0.50

Tested by

no test coverage detected