Home
last modified time | relevance | path

Searched refs:convertToUnsignedPrimitive (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/bigint/
DBigInteger.cc99 X BigInteger::convertToUnsignedPrimitive() const { in convertToUnsignedPrimitive() function in BigInteger
131 unsigned long BigInteger::toUnsignedLong () const { return convertToUnsignedPrimitive<unsigned lon… in toUnsignedLong()
132 unsigned int BigInteger::toUnsignedInt () const { return convertToUnsignedPrimitive<unsigned int… in toUnsignedInt()
133 unsigned short BigInteger::toUnsignedShort() const { return convertToUnsignedPrimitive<unsigned sho… in toUnsignedShort()
DBigInteger.hh81 template <class X> X convertToUnsignedPrimitive() const;