Home
last modified time | relevance | path

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

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java90 num2ulong(context.runtime, value); in checkType()
172 public static long num2ulong(Ruby runtime, IRubyObject value) { in num2ulong() method in Utils
DRubyMessage.java484 val = Utils.num2ulong(context.runtime, value); in convert()