Home
last modified time | relevance | path

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

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java144 … RubyBignum.newBignum(runtime, UINT64_COMPLEMENTARY.add(new BigInteger(ret + ""))); in wrapPrimaryValue()
297 …private static BigInteger UINT64_COMPLEMENTARY = new BigInteger("18446744073709551616"); //Math.po… field in Utils