Searched defs:DecodingResult (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcryptlib.h198 struct CRYPTOPP_DLL DecodingResult struct
200 explicit DecodingResult() : isValidCoding(false), messageLength(0) {} function in struct:DecodingResult
201 explicit DecodingResult(size_t len) : isValidCoding(true), messageLength(len) {} function in struct:DecodingResult
[all...]

Completed in 96 milliseconds