MCPcopy Create free account
hub / github.com/c3d/tao3D / GetWord16

Method GetWord16

libcryptopp/cryptopp/cryptlib.cpp:640–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640size_t BufferedTransformation::GetWord16(word16 &value, ByteOrder order)
641{
642 return (size_t)Skip(PeekWord16(value, order));
643}
644
645size_t BufferedTransformation::GetWord32(word32 &value, ByteOrder order)
646{

Callers 3

OpenPGPDecodeMethod · 0.80
MessageEndMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected