MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operator*=

Method operator*=

src/common/Int128.h:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 Int128 operator*=(unsigned value)
164 {
165 v *= value;
166 return *this;
167 }
168
169 Int128 operator<<(int value) const
170 {

Callers

nothing calls this directly

Calls 1

MulIntMethod · 0.45

Tested by

no test coverage detected