Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3120 std::string String::FormatIntWidth2(int value) { in FormatIntWidth2() function in testing::internal::String
4722 String::FormatIntWidth2(time_struct->tm_mon + 1) + "-" + in FormatEpochTimeInMillisAsIso8601()
4723 String::FormatIntWidth2(time_struct->tm_mday) + "T" + in FormatEpochTimeInMillisAsIso8601()
4724 String::FormatIntWidth2(time_struct->tm_hour) + ":" + in FormatEpochTimeInMillisAsIso8601()
4725 String::FormatIntWidth2(time_struct->tm_min) + ":" + in FormatEpochTimeInMillisAsIso8601()
4726 String::FormatIntWidth2(time_struct->tm_sec); in FormatEpochTimeInMillisAsIso8601()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h3469 static std::string FormatIntWidth2(int value); // "%02d" for width == 2