Home
last modified time | relevance | path

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

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java87 num2uint(value); in checkType()
160 public static int num2uint(IRubyObject value) { in num2uint() method in Utils
DRubyMessage.java481 val = Utils.num2uint(value); in convert()