Home
last modified time | relevance | path

Searched refs:rubyOneofDescriptor (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.java225 RubyOneofDescriptor rubyOneofDescriptor = (RubyOneofDescriptor) oneofDescriptor; in methodMissing() local
227 oneofCases.get(rubyOneofDescriptor.getOneofDescriptor()); in methodMissing()