Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.cpp31 const std::size_t maxDoubleSize = DBL_MAX_10_EXP + 1 + 1 + 3 + 1; in getFormattedDuration() local
32 char buffer[maxDoubleSize]; in getFormattedDuration()
/external/catch2/single_include/catch2/
Dcatch.hpp13012 const std::size_t maxDoubleSize = DBL_MAX_10_EXP + 1 + 1 + 3 + 1; in getFormattedDuration() local
13013 char buffer[maxDoubleSize]; in getFormattedDuration()