Searched refs:debugBytesToTextFormat (Results 1 – 4 of 4) sorted by relevance
626 assertEquals('""', jspb.utils.debugBytesToTextFormat(null));628 jspb.utils.debugBytesToTextFormat([0, 16, 255]));
696 expect(jspb.utils.debugBytesToTextFormat(null)).toEqual('""');697 expect(jspb.utils.debugBytesToTextFormat([
984 jspb.utils.debugBytesToTextFormat = function(byteSource) { function