Home
last modified time | relevance | path

Searched defs:fieldTypeToRuby (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java54 …public static IRubyObject fieldTypeToRuby(ThreadContext context, Descriptors.FieldDescriptor.Type … in fieldTypeToRuby() method in Utils
58 …public static IRubyObject fieldTypeToRuby(ThreadContext context, DescriptorProtos.FieldDescriptorP… in fieldTypeToRuby() method in Utils
62 private static IRubyObject fieldTypeToRuby(ThreadContext context, String typeName) { in fieldTypeToRuby() method in Utils