Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/
H A Dint64_test.js146 expect(int64ToHex(signed)).toEqual(hex);
149 expect(int64ToHex(unsigned)).toEqual(hex);
156 expect(int64ToHex(Int64.fromHexString(hex))).toEqual(hex);
158 expect(int64ToHex(Int64.fromHexString('-0x1')))
206 function int64ToHex(int64) { function

Completed in 1 milliseconds