Home
last modified time | relevance | path

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

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java192 IRubyObject thatVal = message.getField(context, fdef); in eq() local
193 IRubyObject ret = thisVal.callMethod(context, "==", thatVal); in eq()