Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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