Home
last modified time | relevance | path

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

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java295 public static String EQUAL_SIGN = "="; field in Utils
DRubyMessage.java235 RubyString equalSign = context.runtime.newString(Utils.EQUAL_SIGN); in methodMissing()