Searched refs:PutReserve (Results 1 – 3 of 3) 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 | 265 PutReserve(*os_, 4); in WriteNull() 271 PutReserve(*os_, 4); in WriteBool() 275 PutReserve(*os_, 5); in WriteBool() 284 PutReserve(*os_, static_cast<size_t>(end - buffer)); in WriteInt() 293 PutReserve(*os_, static_cast<size_t>(end - buffer)); in WriteUint() 302 PutReserve(*os_, static_cast<size_t>(end - buffer)); in WriteInt64() 311 PutReserve(*os_, static_cast<size_t>(end - buffer)); in WriteUint64() 322 PutReserve(*os_, 3); in WriteDouble() 327 PutReserve(*os_, 9); in WriteDouble() 331 PutReserve(*os_, 8); in WriteDouble() [all …]
|
| H A D | stream.h | 84 inline void PutReserve(Stream& stream, size_t count) { in PutReserve() function 98 PutReserve(stream, n); in PutN()
|
| H A D | stringbuffer.h | 96 inline void PutReserve(GenericStringBuffer<Encoding, Allocator>& stream, size_t count) { in PutReserve() function
|