Searched refs:maxDecimalPlaces_ (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/ |
| H A D | writer.h | 100 …os_(&os), level_stack_(stackAllocator, levelDepth * sizeof(Level)), maxDecimalPlaces_(kDefaultMaxD… 104 …os_(0), level_stack_(allocator, levelDepth * sizeof(Level)), maxDecimalPlaces_(kDefaultMaxDecimalP… 139 return maxDecimalPlaces_; in GetMaxDecimalPlaces() 164 maxDecimalPlaces_ = maxDecimalPlaces; in SetMaxDecimalPlaces() 338 char* end = internal::dtoa(d, buffer, maxDecimalPlaces_); in WriteDouble() 466 int maxDecimalPlaces_; variable 532 char* end = internal::dtoa(d, buffer, maxDecimalPlaces_); in WriteDouble()
|