Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java87 num2uint(value); in checkType()
167 public static int num2uint(IRubyObject value) { in num2uint() method in Utils
DRubyMessage.java481 val = Utils.num2uint(value); in convert()