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

/external/pdfium/third_party/bigint/
H A DBigInteger.cc91 * BigInteger::convertToUnsignedPrimitive to avoid requiring BigUnsigned to
99 X BigInteger::convertToUnsignedPrimitive() const { function in class:BigInteger
131 unsigned long BigInteger::toUnsignedLong () const { return convertToUnsignedPrimitive<unsigned long > (); }
132 unsigned int BigInteger::toUnsignedInt () const { return convertToUnsignedPrimitive<unsigned int > (); }
133 unsigned short BigInteger::toUnsignedShort() const { return convertToUnsignedPrimitive<unsigned short> (); }
H A DBigInteger.hh81 template <class X> X convertToUnsignedPrimitive() const;

Completed in 305 milliseconds