Home
last modified time | relevance | path

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

/dports/editors/cpeditor/cpeditor-6.8.2/third_party/testlib/
H A Dtestlib.h2402 static std::string toHumanReadableString(const T &n) { in toHumanReadableString() function
2419 static std::string toHumanReadableString(const T &n) { in toHumanReadableString() function
3370 …r " + vtos(result) + " violates the range [" + toHumanReadableString(minv) + ", " + toHumanReadabl… in readLong()
3374 …", violates the range [" + toHumanReadableString(minv) + ", " + toHumanReadableString(maxv) + "]")… in readLong()
3378 …", violates the range [" + toHumanReadableString(minv) + ", " + toHumanReadableString(maxv) + "]")… in readLong()
3382 …vtos(result) + ", violates the range [" + toHumanReadableString(minv) + ", " + toHumanReadableStri… in readLong()
3414 …", violates the range [" + toHumanReadableString(minv) + ", " + toHumanReadableString(maxv) + "]")… in readUnsignedLong()
3419 …", violates the range [" + toHumanReadableString(minv) + ", " + toHumanReadableString(maxv) + "]")… in readUnsignedLong()
3461 …", violates the range [" + toHumanReadableString(minv) + ", " + toHumanReadableString(maxv) + "]")… in readInt()
3465 …", violates the range [" + toHumanReadableString(minv) + ", " + toHumanReadableString(maxv) + "]")… in readInt()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dcolor.h57 std::string toHumanReadableString(PixelFormat format, HumanReadableString type) const;
H A Dcolor.cpp234 std::string Color::toHumanReadableString(PixelFormat pixelFormat, HumanReadableString humanReadable… in toHumanReadableString() function in app::Color
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dcolor_button.cpp232 std::string str = m_color.toHumanReadableString(m_pixelFormat, in onPaint()
H A Dstatus_bar.cpp391 std::string str = color.toHumanReadableString( in add()