Home
last modified time | relevance | path

Searched refs:setOneofIndex (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php57 public function setOneofIndex($index) function in Google\\Protobuf\\Internal\\FieldDescriptor
271 $field->setOneofIndex($oneof_index);
DFieldDescriptorProto.php462 public function setOneofIndex($var) function in Google\\Protobuf\\Internal\\FieldDescriptorProto
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyFieldDescriptor.java249 protected void setOneofIndex(int index) { in setOneofIndex() method in RubyFieldDescriptor
264 builder.setOneofIndex(oneofIndex); in build()
DRubyOneofDescriptor.java107 field.setOneofIndex(index); in build()
/third_party/protobuf/php/src/Google/Protobuf/
DField.php268 public function setOneofIndex($var) function in Google\\Protobuf\\Field
/third_party/protobuf/php/tests/
DWellKnownTest.php227 $m->setOneofIndex(1);