OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toUnsignedShort
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/bigint/
BigInteger.cc
133
unsigned short BigInteger::
toUnsignedShort
() const { return convertToUnsignedPrimitive<unsigned short> (); }
BigUnsigned.cc
23
unsigned short BigUnsigned::
toUnsignedShort
() const { return convertToPrimitive <unsigned short>(); }
Completed in 682 milliseconds