Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptor.java247 RubyClass klass = RubyClass.newClass(runtime, runtime.getObject()); in buildClassFromDescriptor()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php194 public static function checkMessage(&$var, $klass, $newClass = null) argument