Home
last modified time | relevance | path

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

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java91 final RubyMap map = newMapForField(context, fieldDescriptor); in initialize()
611 map = newMapForField(context, fieldDescriptor); in getField()
731 …private RubyMap newMapForField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor)… in newMapForField() method in RubyMessage