Home
last modified time | relevance | path

Searched defs:addEnum (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyBuilder.java117 public IRubyObject addEnum(ThreadContext context, IRubyObject name, Block block) { in addEnum() method in RubyBuilder
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorPool.php88 public function addEnum($name, $klass) function in Google\\Protobuf\\Internal\\DescriptorPool