Searched refs:lookupOneof (Results 1 – 2 of 2) sorted by relevance
213 public IRubyObject lookupOneof(ThreadContext context, IRubyObject name) { in lookupOneof() method in RubyDescriptor
218 IRubyObject oneofDescriptor = rubyDescriptor.lookupOneof(context, args[0]); in methodMissing()