Searched refs:ThrowIfTypeMismatch (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgparam.cpp30 NameValuePairs::ThrowIfTypeMismatch(name, typeid(std::string), valueType);
H A Dalgparam.h92 NameValuePairs::ThrowIfTypeMismatch(m_name, typeid(std::string), *m_valueType);
102 NameValuePairs::ThrowIfTypeMismatch(m_name, typeid(T *), *m_valueType);
124 NameValuePairs::ThrowIfTypeMismatch(name, typeid(R), *m_valueType);
138 NameValuePairs::ThrowIfTypeMismatch(m_name, typeid(T), *m_valueType);
315 NameValuePairs::ThrowIfTypeMismatch(name, typeid(T), valueType);
H A Deccrypto.cpp454 this->ThrowIfTypeMismatch(name, typeid(OID), valueType);
H A Dcryptlib.h290 CRYPTOPP_DLL static void CRYPTOPP_API ThrowIfTypeMismatch(const char *name, const std::type_info &stored, const std::type_info &retrieving) function in class:NameValuePairs

Completed in 76 milliseconds