Home
last modified time | relevance | path

Searched defs:BigInteger (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dbiginteger.h32 BigInteger(const BigInteger& rhs) : count_(rhs.count_) { in BigInteger() function
36 explicit BigInteger(uint64_t u) : count_(1) { in BigInteger() function
40 BigInteger(const char* decimals, size_t length) : count_(1) { in BigInteger() function