Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/utils/
H A Djson_utils.cpp70 constexpr uint64_t quotesSize = 2; in getEstimatedJsonSize() local
71 return root.get<std::string>().size() + quotesSize; in getEstimatedJsonSize()