Home
last modified time | relevance | path

Searched refs:addEnum (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php78 $pool->addEnum('google.protobuf.internal.FieldDescriptorProto.Type', \Google\Protobuf\Internal\Type::class)
99 $pool->addEnum('google.protobuf.internal.FieldDescriptorProto.Label', \Google\Protobuf\Internal\Label::class)
168 $pool->addEnum('google.protobuf.internal.FileOptions.OptimizeMode', \Google\Protobuf\Internal\OptimizeMode::class)
192 $pool->addEnum('google.protobuf.internal.FieldOptions.CType', \Google\Protobuf\Internal\CType::class)
198 $pool->addEnum('google.protobuf.internal.FieldOptions.JSType', \Google\Protobuf\Internal\JSType::class)
230 $pool->addEnum('google.protobuf.internal.MethodOptions.IdempotencyLevel', \Google\Protobuf\Internal\IdempotencyLevel::class)
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorPool.php88 public function addEnum($name, $klass) function
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyBuilder.java117 public IRubyObject addEnum(ThreadContext context, IRubyObject name, Block block) { in addEnum() method in RubyBuilder

Completed in 3 milliseconds