Searched defs:FormatIntWidth2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1920 std::string String::FormatIntWidth2(int value) { function in class:testing::internal::String
3521 String::FormatIntWidth2(time_struct.tm_mon + 1) + "-" +
3522 String::FormatIntWidth2(time_struct.tm_mday) + "T" +
3523 String::FormatIntWidth2(time_struct.tm_hour) + ":" +
3524 String::FormatIntWidth2(time_struct.tm_min) + ":" +
3525 String::FormatIntWidth2(time_struct.tm_sec);
/external/gtest/src/
H A Dgtest.cc1636 std::string String::FormatIntWidth2(int value) { function in class:testing::internal::String
3238 String::FormatIntWidth2(time_struct->tm_mon + 1) + "-" +
3239 String::FormatIntWidth2(time_struct->tm_mday) + "T" +
3240 String::FormatIntWidth2(time_struct->tm_hour) + ":" +
3241 String::FormatIntWidth2(time_struct->tm_min) + ":" +
3242 String::FormatIntWidth2(time_struct->tm_sec);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3120 std::string String::FormatIntWidth2(int value) { function in class:testing::internal::String
4722 String::FormatIntWidth2(time_struct->tm_mon + 1) + "-" +
4723 String::FormatIntWidth2(time_struct->tm_mday) + "T" +
4724 String::FormatIntWidth2(time_struct->tm_hour) + ":" +
4725 String::FormatIntWidth2(time_struct->tm_min) + ":" +
4726 String::FormatIntWidth2(time_struct->tm_sec);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3120 std::string String::FormatIntWidth2(int value) { function in class:testing::internal::String
4722 String::FormatIntWidth2(time_struct->tm_mon + 1) + "-" +
4723 String::FormatIntWidth2(time_struct->tm_mday) + "T" +
4724 String::FormatIntWidth2(time_struct->tm_hour) + ":" +
4725 String::FormatIntWidth2(time_struct->tm_min) + ":" +
4726 String::FormatIntWidth2(time_struct->tm_sec);

Completed in 217 milliseconds