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

Method get_ptr

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

Source from the content-addressed store, hash-verified

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; }
101 const void* get_ptr_to_byte(size_t i, size_t block_size) const;
102 const void* get_ptr_to_bit(size_t i, size_t block_size) const;

Callers 8

operator=Method · 0.45
assignMethod · 0.45
octetStreamMethod · 0.45
hashEightBlocksMethod · 0.45
updateMethod · 0.45
set_portionMethod · 0.45
setMethod · 0.45
randomize_blocksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected