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

  /external/pdfium/third_party/bigint/
BigUnsigned.hh 72 template <class X> void initFromSignedPrimitive(X x);
383 void BigUnsigned::initFromSignedPrimitive(X x) {
BigUnsigned.cc 17 BigUnsigned::BigUnsigned( long x) { initFromSignedPrimitive(x); }
18 BigUnsigned::BigUnsigned( int x) { initFromSignedPrimitive(x); }
19 BigUnsigned::BigUnsigned( short x) { initFromSignedPrimitive(x); }

Completed in 459 milliseconds