Home
last modified time | relevance | path

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

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java196 if (!typeCompatible(other) || this.table.size() != other.table.size()) in eq()
388 if (!typeCompatible(other)) { in mergeIntoSelf()
397 protected boolean typeCompatible(RubyMap other) { in typeCompatible() method in RubyMap