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

Method CInt128

src/common/Int128.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261#endif
262
263CInt128::CInt128(SINT64 value)
264{
265 set(value, 0);
266}
267
268CInt128::CInt128(minmax mm)
269{

Callers

nothing calls this directly

Calls 5

Int128MaxFunction · 0.85
Int128MinFunction · 0.85
setFunction · 0.50
SetMaxMethod · 0.45
SetMinMethod · 0.45

Tested by

no test coverage detected