Home
last modified time | relevance | path

Searched refs:newMapForField (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/
DRubyMessage.java91 final RubyMap map = newMapForField(context, fieldDescriptor); in initialize()
615 map = newMapForField(context, fieldDescriptor); in getField()
735 …private RubyMap newMapForField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor)… in newMapForField() method in RubyMessage