Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dmemorybuffer.h40 …GenericMemoryBuffer(Allocator* allocator = 0, size_t capacity = kDefaultCapacity) : stack_(allocat… in stack_()
56 static const size_t kDefaultCapacity = 256; member
H A Dstringbuffer.h45 …GenericStringBuffer(Allocator* allocator = 0, size_t capacity = kDefaultCapacity) : stack_(allocat… in stack_()
83 static const size_t kDefaultCapacity = 256; variable