Searched refs:FormatByte (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3134 std::string String::FormatByte(unsigned char value) { function in class:testing::internal::String
4654 m << "&#x" << String::FormatByte(static_cast<unsigned char>(ch))
4912 result.append("%" + String::FormatByte(static_cast<unsigned char>(ch)));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3475 static std::string FormatByte(unsigned char value);

Completed in 121 milliseconds