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

/external/pdfium/third_party/bigint/
H A DBigInteger.hh73 unsigned long toUnsignedLong () const;
H A DBigUnsigned.hh78 unsigned long toUnsignedLong () const;
H A DBigInteger.cc131 unsigned long BigInteger::toUnsignedLong () const { return convertToUnsignedPrimitive<unsigned long > (); } function in class:BigInteger
H A DBigUnsigned.cc21 unsigned long BigUnsigned::toUnsignedLong () const { return convertToPrimitive <unsigned long >(); } function in class:BigUnsigned

Completed in 48 milliseconds