HomeSort by relevance Sort by last modified time
    Searched defs:toUnsignedLong (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/bigint/
BigInteger.cc 131 unsigned long BigInteger::toUnsignedLong () const { return convertToUnsignedPrimitive<unsigned long > (); }
BigUnsigned.cc 21 unsigned long BigUnsigned::toUnsignedLong () const { return convertToPrimitive <unsigned long >(); }

Completed in 181 milliseconds