Home
last modified time | relevance | path

Searched refs:AppendDecimal64 (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.h46 AppendDecimal64(decimals + i, decimals + i + kMaxDigitPerIteration); in BigInteger()
52 AppendDecimal64(decimals + i, decimals + i + length); in BigInteger()
224 void AppendDecimal64(const char* begin, const char* end) { in AppendDecimal64() function