Searched refs:pInteger (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgparam.h243 typedef bool (CRYPTOPP_API * PAssignIntToInteger)(const std::type_info &valueType, void *pInteger, const void *pInt);
H A Dinteger.cpp37 bool AssignIntToInteger(const std::type_info &valueType, void *pInteger, const void *pInt) argument
41 *reinterpret_cast<Integer *>(pInteger) = *reinterpret_cast<const int *>(pInt);

Completed in 68 milliseconds