HomeSort by: relevance | last modified time | path
    Searched refs:FormatHexUInt32 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 155 static std::string FormatHexUInt32(UInt32 value);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 1766 return "(Invalid Unicode 0x" + String::FormatHexUInt32(code_point) + ")";
1972 std::string String::FormatHexUInt32(UInt32 value) {
1980 return FormatHexUInt32(static_cast<UInt32>(value));

Completed in 21 milliseconds