Searched defs:FormatHexInt (Results 1 - 6 of 6) sorted by relevance

/external/googletest/googletest/src/
H A Dgtest.cc1696 const std::string error_hex("0x" + String::FormatHexInt(hr));
1761 return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")";
1966 std::string String::FormatHexInt(int value) { function in class:testing::internal::String
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc1696 const std::string error_hex("0x" + String::FormatHexInt(hr));
1761 return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")";
1966 std::string String::FormatHexInt(int value) { function in class:testing::internal::String
/external/v8/testing/gtest/src/
H A Dgtest.cc1696 const std::string error_hex("0x" + String::FormatHexInt(hr));
1761 return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")";
1966 std::string String::FormatHexInt(int value) { function in class:testing::internal::String
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc1373 const std::string error_hex("0x" + String::FormatHexInt(hr));
1438 return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")";
1643 std::string String::FormatHexInt(int value) { function in class:testing::internal::String
/external/fmtlib/test/
H A Dgmock-gtest-all.cc2857 const std::string error_hex("0x" + String::FormatHexInt(hr));
2922 return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")";
3127 std::string String::FormatHexInt(int value) { function in class:testing::internal::String
9192 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c));
9245 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc2857 const std::string error_hex("0x" + String::FormatHexInt(hr));
2922 return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")";
3127 std::string String::FormatHexInt(int value) { function in class:testing::internal::String
9192 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c));
9245 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));

Completed in 245 milliseconds