Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_tool.h70 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1 enumerator
74 using UIntToStringBuffer = char[uintToStringBufferSize];
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp157 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1 enumerator
161 typedef char UIntToStringBuffer[uintToStringBufferSize];

Completed in 13 milliseconds