Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/
Dint64_test.js156 expect(int64ToHex(Int64.fromHexString(hex))).toEqual(hex);
158 expect(int64ToHex(Int64.fromHexString('-0x1')))
Dint64.js86 static fromHexString(value) { method in Int64
/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel_compatibility_test.js214 oldAccessor.setFixed64(1, Int64.fromHexString('0xFFFFFFFFFFFFFFFF'));
235 .toEqual(Int64.fromHexString('0xFFFFFFFFFFFFFFFF'));