Home
last modified time | relevance | path

Searched refs:initFromPrimitive (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/bigint/
DBigUnsigned.hh71 template <class X> void initFromPrimitive (X x);
366 void BigUnsigned::initFromPrimitive(X x) { in initFromPrimitive() function in BigUnsigned
387 initFromPrimitive(x); in initFromSignedPrimitive()
DBigUnsigned.cc14 BigUnsigned::BigUnsigned(unsigned long x) { initFromPrimitive (x); } in BigUnsigned()
15 BigUnsigned::BigUnsigned(unsigned int x) { initFromPrimitive (x); } in BigUnsigned()
16 BigUnsigned::BigUnsigned(unsigned short x) { initFromPrimitive (x); } in BigUnsigned()