Home
last modified time | relevance | path

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

/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dutils_test.js423 function test(x, opt_highBits, opt_lowBits) { argument
428 if (opt_lowBits !== undefined) {
429 if (opt_lowBits != jspb.utils.split64Low) throw 'fail!';
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dutils_test.js423 function test(x, opt_highBits, opt_lowBits) { argument
428 if (opt_lowBits !== undefined) {
429 if (opt_lowBits != jspb.utils.split64Low) throw 'fail!';
/third_party/protobuf/js/binary/
Dutils_test.js429 function test(x, opt_highBits, opt_lowBits) { argument
435 if (opt_lowBits !== undefined) {
437 expect(opt_lowBits.toString(16)).toEqual(split64Low.toString(16));