Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/
Dgtest-string.h155 static std::string FormatIntWidthN(int value, int width);
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest.cc2181 return FormatIntWidthN(value, 2); in FormatIntWidth2()
2185 std::string String::FormatIntWidthN(int value, int width) { in FormatIntWidthN() function in testing::internal::String
4191 String::FormatIntWidthN(static_cast<int>(ms % 1000), 3); in FormatEpochTimeInMillisAsIso8601()