Home | History | Annotate | Download | only in gtest

Lines Matching refs:FormatByte

3134 std::string String::FormatByte(unsigned char value) {
4654 m << "&#x" << String::FormatByte(static_cast<unsigned char>(ch))
4912 result.append("%" + String::FormatByte(static_cast<unsigned char>(ch)));