MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / size

Method size

Tools/BitVector.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 void resize_zero(size_t new_nbits);
96
97 unsigned int size() const { return nbits; }
98 unsigned int size_bytes() const { return nbytes; }
99 octet* get_ptr() { return bytes; }
100 const octet* get_ptr() const { return bytes; }

Callers 15

initMethod · 0.45
try_rewindMethod · 0.45
updateMethod · 0.45
leftMethod · 0.45
configureMethod · 0.45
operator &Method · 0.45
octetStreamMethod · 0.45
popMethod · 0.45
pop_dont_stopMethod · 0.45
updateMethod · 0.45
CmpOptStringPtrFunction · 0.45
SplitDelimFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected