Home
last modified time | relevance | path

Searched refs:toHexDigit_ (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/js/binary/
Dutils.js688 jspb.utils.toHexDigit_ = function(nibble) { function
718 temp[i * 2 + 2] = jspb.utils.toHexDigit_(c >> 4);
719 temp[i * 2 + 3] = jspb.utils.toHexDigit_(c & 0xF);